GFRS_M0035,GFRS_M0044,GFRS_M0040这三款主险搭配(被保险人)国富人寿附加豁免保险费重大疾病保险(B款)GFRS_A0010时,第二款责任不默认勾选

This commit is contained in:
liyuetong
2021-10-12 14:05:24 +08:00
parent e84e3a3c1d
commit bc2e99ef8b

View File

@@ -1490,8 +1490,10 @@ export default {
if (item2.code == 'dutyGroup') {
item2.rules.map((item3) => {
item3.defaultDutyAmt = (showPrem / 10000).toFixed(6)
item3.defaultValue = '0'
item3.necess = true
if(this.chooseProducts[0].productCode == 'GFRS_M0035' || this.chooseProducts[0].productCode == 'GFRS_M0044' || this.chooseProducts[0].productCode == 'GFRS_M0040'){
item3.defaultValue = '0'
item3.necess = true
}
})
}
})