diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index 573c3d18e..2652d66f4 100644 --- a/src/views/ebiz/cardList/information.vue +++ b/src/views/ebiz/cardList/information.vue @@ -276,7 +276,7 @@ export default { marriageStatus: '', //婚姻状况 homeProvince: '', //家庭省 homeCity: '', //家庭市 - homeArea: '450100', //家庭区 + homeArea: '450101', //家庭区 homeName: '', //联系地址 homeAddress: '', //详细地址 mobile: '', //移动电话 @@ -298,7 +298,7 @@ export default { marriageStatus: '', //婚姻状况 homeProvince: '1', //家庭省 homeCity: '', //家庭市 - homeArea: '450100', //家庭区 + homeArea: '450101', //家庭区 homeName: '', //联系地址 homeAddress: '', //详细地址 mobile: '', //移动电话 @@ -316,7 +316,7 @@ export default { pdf: ['', '', ''], insureType: '', pickerIndex: 0, - areaCode: '450100', + areaCode: '450101', occupationCode: '', occupationName: '', itemProductDTOS: JSON.parse(CacheUtils.getLocItem('itemProductDTOS')) // @@ -402,7 +402,7 @@ export default { areaSelect(insureType) { ;[this.homeShow, this.insureType] = [true, insureType] if (insureType === '1') { - this.areaCode = this.userInfo.homeArea + this.areaCode = this.userInfo.homeArea } else if (insureType === '2') { this.areaCode = this.insuredInfo.homeArea } @@ -1177,7 +1177,7 @@ export default { this.areaShow = false break case '2': //家庭地址 - if (this.insureType === '1') { + if (this.insureType === '1') { this.userInfo.homeName = getAreaName(area) ;[this.userInfo.homeProvince, this.userInfo.homeCity, this.userInfo.homeArea] = [area[0].code, area[1].code, area[2].code] this.homeShow = false @@ -1273,7 +1273,7 @@ export default { marriageStatus: '', //婚姻状况 homeProvince: '', //家庭省 homeCity: '', //家庭市 - homeArea: '450100', //家庭区 + homeArea: '450101', //家庭区 homeName: '', //联系地址 homeAddress: '', //详细地址 mobile: '', //移动电话