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 }]) //户籍 // }