diff --git a/src/views/ebiz/customer/addCustomer.vue b/src/views/ebiz/customer/addCustomer.vue index c51e51357..ea641ac0f 100644 --- a/src/views/ebiz/customer/addCustomer.vue +++ b/src/views/ebiz/customer/addCustomer.vue @@ -189,7 +189,9 @@ export default { familyAnnualIncome: $this.userInfo.familyAnnualIncome, province: $this.userInfo.province, city: $this.userInfo.city, - homePhone: $this.userInfo.homePhone + homePhone: $this.userInfo.homePhone, + isNewPeopleFlag: $this.userInfo.isNewPeopleFlag, + npType: $this.userInfo.npType, } } switch (data.agentCustomerInfoDTO.companyArea) { diff --git a/src/views/ebiz/customer/editCustomer.vue b/src/views/ebiz/customer/editCustomer.vue index 0abbc7799..80a2e36a6 100644 --- a/src/views/ebiz/customer/editCustomer.vue +++ b/src/views/ebiz/customer/editCustomer.vue @@ -343,7 +343,9 @@ export default { familyAnnualIncome: $this.userInfo.familyAnnualIncome, province: $this.userInfo.province, city: $this.userInfo.city, - homePhone: $this.userInfo.homePhone + homePhone: $this.userInfo.homePhone, + isNewPeopleFlag: $this.userInfo.isNewPeopleFlag, + npType: $this.userInfo.npType, } } switch (data.agentCustomerInfoDTO.companyArea) {