【IMP】更改保费问题

This commit is contained in:
皮伟
2019-12-20 18:46:32 +08:00
parent 6d00a8a1ec
commit 2017e78361

View File

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