[new]国富人寿富娃娃主险

This commit is contained in:
yuweiqi
2020-01-17 18:00:34 +08:00
parent 4cce927327
commit 4a0ec78db9

View File

@@ -194,6 +194,7 @@ export default {
})
} else if (item.type == 1) {
//按年龄选择
if (productTrialInfoDTO[item.code] != null) {
productTrialInfoDTO[item.code].forEach(factor => {
item = Object.assign(item, factor)
})
@@ -203,6 +204,7 @@ export default {
item['amt'] = Number(item.minAmt) * Number(item.moneyUnit)
}
}
}
//规则储存
item['rules'] = productTrialInfoDTO[item.code]
})