Browse Source

完善客户管理

master
yunuo970428 2 years ago
parent
commit
29633c3327
  1. 3
      supervise-crm-ui/src/views/customermanagement/customermanagementAdd.vue

3
supervise-crm-ui/src/views/customermanagement/customermanagementAdd.vue

@ -399,8 +399,9 @@ export default {
this.viewTitle = '【编辑】客户信息' this.viewTitle = '【编辑】客户信息'
this.isOnRemind = '否' this.isOnRemind = '否'
this.editState = true this.editState = true
this.stateId = sid
if (this.stateId !== '0') { if (this.stateId !== '0') {
getPcCustomerInfoBySid(sid).then((response) => { getPcCustomerInfoBySid(this.stateId).then((response) => {
if (response.success) { if (response.success) {
this.temp = response.data this.temp = response.data
this.temp.userSid = window.sessionStorage.getItem('userSid') this.temp.userSid = window.sessionStorage.getItem('userSid')

Loading…
Cancel
Save