mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 18:06:44 +08:00
Merge branch 'hotfix/bug_GFRS-1601修复补全投保人信息后显示投保人为空' into release/0707
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user