mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 10:57:07 +08:00
[FIX]保费试算
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user