From 29633c3327ddae6546fd9ee3f6cff973ccf725fb Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 30 Jan 2023 16:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=AE=A2=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/customermanagement/customermanagementAdd.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/supervise-crm-ui/src/views/customermanagement/customermanagementAdd.vue b/supervise-crm-ui/src/views/customermanagement/customermanagementAdd.vue index f7deac30..4e2cc796 100644 --- a/supervise-crm-ui/src/views/customermanagement/customermanagementAdd.vue +++ b/supervise-crm-ui/src/views/customermanagement/customermanagementAdd.vue @@ -399,8 +399,9 @@ export default { this.viewTitle = '【编辑】客户信息' this.isOnRemind = '否' this.editState = true + this.stateId = sid if (this.stateId !== '0') { - getPcCustomerInfoBySid(sid).then((response) => { + getPcCustomerInfoBySid(this.stateId).then((response) => { if (response.success) { this.temp = response.data this.temp.userSid = window.sessionStorage.getItem('userSid')