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