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')