Merge branch '4.17'

This commit is contained in:
nvazquez 2022-07-28 09:04:24 -03:00
commit e38e175e8d
No known key found for this signature in database
GPG Key ID: 656E1BCC8CB54F84
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ export default {
},
async fetchData () {
const params = this.getParams()
const form = {}
const form = reactive({})
try {
this.formLoading = true
this.dataResource = await this.listResourceLimits(params)