[FIX]保费试算

This commit is contained in:
yuweiqi
2020-03-04 15:22:44 +08:00
parent 23bb6edd75
commit 29fc631822

View File

@@ -395,7 +395,7 @@ export default {
}
if (item.productCode == 'GFRS_A0003') {
//该附加险的责任保额=主险的保费
item.calFactorLst.map(v => {
item.calFactorLst.forEach(v => {
if ((v.code = 'dutyGroup' && v.rules.length > 0)) {
v.rules.map(y => {
if (y.defaultDutyAmt === null) {