mirror of https://github.com/apache/cloudstack.git
Merge branch '4.17'
This commit is contained in:
commit
e38e175e8d
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue