mirror of https://github.com/apache/cloudstack.git
UI: Fix new network service provider dialog (#6583)
This commit is contained in:
parent
b00c507315
commit
82e7e946d6
|
|
@ -1281,8 +1281,8 @@ export default {
|
|||
}
|
||||
},
|
||||
setFormRules () {
|
||||
this.form = {}
|
||||
this.rules = {}
|
||||
this.form = reactive({})
|
||||
this.rules = reactive({})
|
||||
this.currentAction.fieldParams.forEach(field => {
|
||||
this.rules[field.name] = []
|
||||
const rule = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue