mirror of https://github.com/apache/cloudstack.git
UI: Fix account limits values reset after focus is lost on fields (#6578)
This commit is contained in:
parent
5aec43949e
commit
b00c507315
|
|
@ -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