fix-修复附加险试算问题

This commit is contained in:
zhang.weiwei
2025-03-19 19:06:56 +08:00
parent 0ca75379b1
commit 71d2d67a2c

View File

@@ -1892,7 +1892,7 @@ export default {
})
this.chooseProducts[0].productTrialYearDTOS.forEach((item, index) => {
//因交费方式为一次性交清时,不会有豁免险,所以这里不判断一次性交清的情况
if (payEndYearVal == item.yearWay + '年交') {
if (payEndYearVal == Number(item.yearWay) - 1 + '年交') {
v.amt = item.displayAmount * item.moneyUnit
}
})