pull/2/head
xiaozhiyong 1 year ago
parent 4a6d49610d
commit 096853f7d0
  1. 2
      userManagement/customer/detail.vue

@ -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

Loading…
Cancel
Save