mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 08:46:45 +08:00
GFRS_M0035,GFRS_M0044,GFRS_M0040这三款主险搭配(被保险人)国富人寿附加豁免保险费重大疾病保险(B款)GFRS_A0010时,第二款责任不默认勾选
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user