diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index e47d1adb3..6a06a7d69 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -27,12 +27,10 @@
@@ -60,8 +58,6 @@
{
- currentEle.defaultValue = currentEle.rules[productIndex].defaultValue
+ // debugger
+ this.defalutAmt = currentEle.rules[productIndex].displayAmount
// this.nextStepFlag = true
})
} else {
this.mainRiskInfluenceAddRisk()
- currentEle['amt'] = Number(currentEle.defaultValue) * Number(currentEle.moneyUnit)
+ currentEle['amt'] = Number(this.defalutAmt) * Number(currentEle.moneyUnit)
this.getTrial()
}
},