mirror of https://github.com/apache/cloudstack.git
ui: auto-prefill edit tariff label (#5714)
This commit is contained in:
parent
d7a9873053
commit
10bda8549b
|
|
@ -475,6 +475,7 @@ export default {
|
|||
|
||||
Object.keys(fields).forEach(key => {
|
||||
this.form.getFieldDecorator([key], { initialValue: fields[key] })
|
||||
this.form.setFieldsValue({ [key]: fields[key] })
|
||||
})
|
||||
},
|
||||
deleteTraffic (key, traffic, $event) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue