Merge branch 'hotfix/bug_GFRS-1601修复补全投保人信息后显示投保人为空' into release/0707

This commit is contained in:
li.kai
2020-07-07 20:02:55 +08:00

View File

@@ -172,7 +172,6 @@ export default {
this.appntDTO.name = data
},
dateConfirm(data) {
console.log(11)
let age = getAge.getAge(data, new Date())
this.appntDTO.age = age
this.ageFlag = true
@@ -194,7 +193,7 @@ export default {
sex: String(customerSex),
name: customerName,
occupationName,
age: age ? age : getAge.getAge(birthday, new Date()),
age: age ? age : birthday ? getAge.getAge(birthday, new Date()) : '',
occupationCode,
lifeGrade,
healthGrade,