mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 14:46:44 +08:00
Merge branch 'dev_1220' into dev
This commit is contained in:
@@ -212,8 +212,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)
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user