mirror of https://github.com/apache/cloudstack.git
UI: fix podid is not passed when add ip ranges to basic network (#7117)
This commit is contained in:
parent
f5b3cb59ee
commit
57d4f5697e
|
|
@ -163,6 +163,7 @@ export default {
|
|||
}
|
||||
},
|
||||
created () {
|
||||
this.fetchData()
|
||||
this.initForm()
|
||||
this.apiParams = this.$getApiParams('createVlanIpRange')
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue