【个险-国富人寿富贵年年终身寿险】建议书产品列表增加电投产品列表选择产品时会触发的校验规则

This commit is contained in:
li.yuetong
2022-09-21 09:47:57 +08:00
parent d7184a4ac1
commit 2cee1a651e

View File

@@ -51,7 +51,7 @@ export default {
if(riskProductCode == 'GFRS_M0061'){
age = utilsAge.getAge29(this.getSaleInsuredPersonInfo().birthday, new Date())
}else{
age = this.getSaleInsuredPersonInfo().age
age = utilsAge.getAgeByValue(this.getSaleInsuredPersonInfo().birthday, new Date())
}
tips = '被保险人年龄不适合此款险种,请选择其他险种!'
}