mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 20:42:52 +08:00
提交电子保单问题
This commit is contained in:
@@ -661,6 +661,7 @@ export default {
|
||||
hiddenRight: '1'
|
||||
}
|
||||
})
|
||||
// console.log(data)
|
||||
let { customerName, customerSex } = data
|
||||
this.userInfo.name = customerName //用户名
|
||||
this.userInfo.sex = String(customerSex) //性别
|
||||
@@ -704,7 +705,7 @@ export default {
|
||||
this.userInfo.homePhone = data.homePhone //家庭电话
|
||||
this.userInfo.householdProvince = data.province //户籍省
|
||||
this.userInfo.householdCity = data.city //户籍市
|
||||
this.userInfo.isElecCont = data.isElecCont || '2' //保单形式
|
||||
this.userInfo.isElecCont = data.isElecCont || '0' //保单形式
|
||||
if (data.province.length) {
|
||||
this.census = getAreaName([{ code: data.province }, { code: data.city }]) //户籍
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user