更新
This commit is contained in:
@@ -108,6 +108,8 @@
|
|||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
if (options.item) {
|
if (options.item) {
|
||||||
this.postData = JSON.parse(decodeURI(options.item))
|
this.postData = JSON.parse(decodeURI(options.item))
|
||||||
|
this.$set(this.postData, 'sysUserRoleList', [])
|
||||||
|
this.$set(this.postData, 'oilCompanyInfoList', [])
|
||||||
this.getByUserId()
|
this.getByUserId()
|
||||||
} else this.isAdd = this.wantUpdate = true
|
} else this.isAdd = this.wantUpdate = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user