mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 03:26:45 +08:00
【fix】 修复 在选择附加险后,份数传递为NaN
This commit is contained in:
@@ -416,7 +416,9 @@ export default {
|
||||
if (item.mainRiskCode != 'GFRS_M0008') {
|
||||
item.calFactorLst.map(i => {
|
||||
// this.defalutAmt = i.displayAmount || 1
|
||||
this.mult = Math.ceil(Number(i.displayAmount) / Number(i.defaultValue))
|
||||
if(i.code == 'inputPrem'){
|
||||
this.mult = Math.ceil(Number(i.displayAmount) / Number(i.defaultValue))
|
||||
}
|
||||
})
|
||||
}
|
||||
// if (item.productCode == 'GFRS_A0003') {
|
||||
|
||||
Reference in New Issue
Block a user