From 6b62289ee14fe4054675913b6e693d6134493d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E5=85=B4=E6=9C=88?= <120277894@qq.com> Date: Thu, 8 Apr 2021 16:08:24 +0800 Subject: [PATCH] =?UTF-8?q?feature/GFRS-2301=E3=80=90=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E3=80=91=E5=81=A5=E5=BA=B7=E9=99=A9=E6=B8=A0=E9=81=93=E5=9B=BD?= =?UTF-8?q?=E5=AF=8C=E6=97=A0=E5=BF=A7=E5=8D=A1=E9=87=91=E6=8E=8C=E6=A1=82?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E7=9A=84=E9=9C=80=E6=B1=82--=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=BB=98=E8=AE=A4=E5=8C=BA=E5=9F=9F=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E7=BC=96=E5=8F=B7--=E6=8F=90=E4=BA=A4=E4=BA=BA=E5=BA=9E?= =?UTF-8?q?=E5=85=B4=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/information.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/ebiz/cardList/information.vue b/src/views/ebiz/cardList/information.vue index 103d757dc..1a32479c0 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: '', //移动电话