Merge branch 'dev_1220' into dev

This commit is contained in:
皮伟
2019-12-20 18:47:41 +08:00

View File

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