Merge branch 'dev_1220' into dev

This commit is contained in:
zhouna
2019-12-23 11:20:29 +08:00

View File

@@ -628,7 +628,7 @@ export default {
this.userInfo.idType = '1'
//国家/地区
this.userInfo.nativeplace = '1'
if (this.$route.query.isShow) {
// if (this.$route.query.isShow) {
//户籍
if (insuredPersonInfo.householdProvince.length) {
this.census = getAreaName([{ code: insuredPersonInfo.householdProvince }, { code: insuredPersonInfo.householdCity }])
@@ -664,7 +664,7 @@ export default {
// { code: saleInsuredPersonInfo.homeCity },
// { code: saleInsuredPersonInfo.homeArea }
// ]) //家庭地址
}
// }
}
} else {
return this.$toast(res.resultMessage)