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