diff --git a/userManagement/customer/detail.vue b/userManagement/customer/detail.vue index 4e43d3c..fb34eb7 100644 --- a/userManagement/customer/detail.vue +++ b/userManagement/customer/detail.vue @@ -108,6 +108,8 @@ onLoad(options) { if (options.item) { this.postData = JSON.parse(decodeURI(options.item)) + this.$set(this.postData, 'sysUserRoleList', []) + this.$set(this.postData, 'oilCompanyInfoList', []) this.getByUserId() } else this.isAdd = this.wantUpdate = true