mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 06:46:44 +08:00
【建议书优化需求】不输入生日及姓名 试算界面无法反显产品
This commit is contained in:
committed by
liu.xiaofeng@ebiz-digits.com
parent
9e7a8f29e0
commit
e2c3ba5aa8
@@ -533,7 +533,7 @@ export default {
|
|||||||
appntDTO = res.orderDTO.appntDTO
|
appntDTO = res.orderDTO.appntDTO
|
||||||
insuredDTO = res.orderDTO.insuredDTOs[0]
|
insuredDTO = res.orderDTO.insuredDTOs[0]
|
||||||
}
|
}
|
||||||
let age = utilsAge.getAge(appntDTO.birthday, new Date())
|
let age = appntDTO.birthday?utilsAge.getAge(appntDTO.birthday, new Date()):appntDTO.age
|
||||||
CacheUtils.setLocItem('saleInsuredInfo',
|
CacheUtils.setLocItem('saleInsuredInfo',
|
||||||
JSON.stringify({
|
JSON.stringify({
|
||||||
workcompany: appntDTO.workcompany,
|
workcompany: appntDTO.workcompany,
|
||||||
|
|||||||
Reference in New Issue
Block a user