【IMP】修改保费问题

This commit is contained in:
皮伟
2019-12-20 09:12:26 +08:00
parent 7e1ca89fa3
commit 1da11a2fe6

View File

@@ -209,10 +209,8 @@ export default {
}
if(item.mainRiskCode != 'GFRS_M0008') {
item.calFactorLst.map(i => {
if (i.defaultValue) {
this.defalutAmt = i.defaultValue
this.mult = Number(i.defaultValue) / Number(i.defaultValue)
}
})
}
})