mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-18 05:06:44 +08:00
投保人信息页面选择完客户之后保单形式不做赋值操作
This commit is contained in:
@@ -967,7 +967,7 @@ export default {
|
|||||||
// this.userInfo.homePhone = data.homePhone //家庭电话
|
// this.userInfo.homePhone = data.homePhone //家庭电话
|
||||||
// this.userInfo.householdProvince = data.province //户籍省
|
// this.userInfo.householdProvince = data.province //户籍省
|
||||||
// this.userInfo.householdCity = data.city //户籍市
|
// this.userInfo.householdCity = data.city //户籍市
|
||||||
this.isElecCont = data.isElecCont || '0' //保单形式
|
this.isElecCont = data.isElecCont //保单形式
|
||||||
// if (data.province.length) {
|
// if (data.province.length) {
|
||||||
// this.census = getAreaName([{ code: data.province }, { code: data.city }]) //户籍
|
// this.census = getAreaName([{ code: data.province }, { code: data.city }]) //户籍
|
||||||
// }
|
// }
|
||||||
|
|||||||
Reference in New Issue
Block a user