Merge branch 'feature/GFRS-2301【需求】健康险渠道国富无忧卡金掌桂开发的需求' into dev

This commit is contained in:
庞兴月
2021-04-08 16:09:38 +08:00

View File

@@ -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: '', //移动电话