提交电子保单问题

This commit is contained in:
皮伟
2019-11-26 19:37:54 +08:00
parent 8350048ead
commit ba680753d4

View File

@@ -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 }]) //户籍
}