diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index e23e1aacf..81ae1bc0d 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -24,6 +24,7 @@
{{ riskFactor.name + '(' + riskFactor.suffix + ')' }}
{{ riskFactor.name }}
+
{
+ item.calFactorLst.map(i => {
+ if (i.defaultValue) {
+ this.mult = i.defaultValue
+ }
+ })
+ })
// this.influenceAddRiskCodes
if (this.chooseProducts[0].influences && this.chooseProducts[0].influences.length > 0) {