From 69f97a9154ddc6b4231f698ca5e2fafad1a524a3 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 22 Sep 2023 16:22:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AE=A1=E7=90=86=E7=9A=84?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=92=8C=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=20=E4=BF=9D=E5=AD=98=E6=97=B6=E5=85=A5=E5=8F=82=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=96=B0=E5=B8=82=E6=B0=91=E4=BB=A5=E5=8F=8A=E6=96=B0?= =?UTF-8?q?=E5=B8=82=E6=B0=91=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/customer/addCustomer.vue | 4 +++- src/views/ebiz/customer/editCustomer.vue | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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) {