mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 23:46:44 +08:00
[FIX]电投优化-投/被保人国籍、身份证类型页面初始化或从接口获取
This commit is contained in:
@@ -503,6 +503,8 @@ export default {
|
|||||||
localStorage.setItem('salePageFlag', this.salePageFlag)
|
localStorage.setItem('salePageFlag', this.salePageFlag)
|
||||||
} else {
|
} else {
|
||||||
//从导航栏进入
|
//从导航栏进入
|
||||||
|
this.idType = res.orderDTO.appntDTO.idType//证件类型
|
||||||
|
this.nativeplace = res.orderDTO.appntDTO.nativeplace//国家地区
|
||||||
this.homeName = getAreaName([
|
this.homeName = getAreaName([
|
||||||
{ code: res.orderDTO.appntDTO.homeProvince },
|
{ code: res.orderDTO.appntDTO.homeProvince },
|
||||||
{ code: res.orderDTO.appntDTO.homeCity },
|
{ code: res.orderDTO.appntDTO.homeCity },
|
||||||
|
|||||||
@@ -629,9 +629,9 @@ export default {
|
|||||||
//设为联系地址
|
//设为联系地址
|
||||||
// this.userInfo.addressStatus = '0'
|
// this.userInfo.addressStatus = '0'
|
||||||
//证件类型
|
//证件类型
|
||||||
this.userInfo.idType = '1'
|
this.idType = insuredPersonInfo.idType
|
||||||
//国家/地区
|
//国家/地区
|
||||||
this.userInfo.nativeplace = '1'
|
this.userInfo.nativeplace = insuredPersonInfo.nativeplace
|
||||||
// if (this.$route.query.isShow) {
|
// if (this.$route.query.isShow) {
|
||||||
//户籍
|
//户籍
|
||||||
if (insuredPersonInfo.householdProvince.length) {
|
if (insuredPersonInfo.householdProvince.length) {
|
||||||
|
|||||||
Reference in New Issue
Block a user