From 527a687feea6dd39f5579029e665e057f9fb705e Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 22 Sep 2023 17:43:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=AE=A2=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=20=E5=85=B3=E4=BA=8E=E6=96=B0=E5=B8=82=E6=B0=91?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD=E4=BB=A5=E5=8F=8A=E6=96=B0=E5=B8=82=E6=B0=91?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5=E8=B5=8B=E5=80=BC=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E7=9A=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/customer/editCustomer.vue | 2 ++ 1 file changed, 2 insertions(+) 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)