From 096853f7d0802a13e8b33027efe0d66219ac60d7 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Thu, 1 Jun 2023 20:01:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- userManagement/customer/detail.vue | 2 ++ 1 file changed, 2 insertions(+) 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