diff --git a/src/views/ebiz/customer/editCustomer.vue b/src/views/ebiz/customer/editCustomer.vue index 80a2e36a6..7b7eb0881 100644 --- a/src/views/ebiz/customer/editCustomer.vue +++ b/src/views/ebiz/customer/editCustomer.vue @@ -180,6 +180,8 @@ export default { $this.userInfo.homeProvince = result.homeProvince $this.userInfo.homeCity = result.homeCity $this.userInfo.homeArea = result.homeArea + $this.userInfo.isNewPeopleFlag = result.isNewPeopleFlag + $this.userInfo.npType = result.npType sessionStorage.setItem('birthday', result.birthday) sessionStorage.setItem('idType', result.customerIdType)