From 0f39fad7b9aca7ab8a3d1c06334c4abb538a1348 Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Wed, 27 Mar 2024 17:13:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=80=89=E6=8B=A9=E6=A5=BC=E5=B1=82=E5=92=8C?= =?UTF-8?q?=E6=88=BF=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/CustomerEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/admin/CustomerEdit.vue b/src/views/admin/CustomerEdit.vue index 9986130..bbfdc39 100644 --- a/src/views/admin/CustomerEdit.vue +++ b/src/views/admin/CustomerEdit.vue @@ -515,7 +515,7 @@ export default { this.fileList = this.customerForm.bannerImages this.form.setFieldsValue(pick(this.customerForm, 'id', 'name', 'shortName', 'type', 'customerStatus', 'sector', 'country', 'process', 'contacts', 'phone', 'email', 'creditNo', 'mailAddress', 'postalCode', 'channelType', 'channelName', 'isBlacklist', 'regNo', 'status', 'orgNo', 'operName', 'econKind', 'startDate', 'registCapi', 'endDate' - , 'address', 'scope', 'delFlag', 'belongOrg', 'remark', 'headImg', 'bannerImages')) + , 'address', 'scope', 'delFlag', 'belongOrg', 'remark', 'headImg', 'bannerImages' , 'roomId' , 'buildId')) }) } this.getContastsList()