From cc73fb4ebb08d08ae65dc85f8c10121c3abeca59 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Fri, 22 Sep 2023 15:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=95=E4=BF=9D=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=80=89=E6=8B=A9=E5=AE=8C=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E4=B9=8B=E5=90=8E=E4=BF=9D=E5=8D=95=E5=BD=A2=E5=BC=8F=E4=B8=8D?= =?UTF-8?q?=E5=81=9A=E8=B5=8B=E5=80=BC=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/InsuredInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ebiz/sale/InsuredInfo.vue b/src/views/ebiz/sale/InsuredInfo.vue index 1c0524eb0..56b47278e 100644 --- a/src/views/ebiz/sale/InsuredInfo.vue +++ b/src/views/ebiz/sale/InsuredInfo.vue @@ -967,7 +967,7 @@ export default { // this.userInfo.homePhone = data.homePhone //家庭电话 // this.userInfo.householdProvince = data.province //户籍省 // this.userInfo.householdCity = data.city //户籍市 - this.isElecCont = data.isElecCont || '0' //保单形式 + this.isElecCont = data.isElecCont //保单形式 // if (data.province.length) { // this.census = getAreaName([{ code: data.province }, { code: data.city }]) //户籍 // }