This commit is contained in:
xiaozhiyong
2023-06-01 20:01:02 +08:00
parent 4a6d49610d
commit 096853f7d0

View File

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