From 9b9065ab94aeaa0af67b4f7e76cbf91de335517f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Wed, 6 Nov 2019 19:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 8 ++++++++ 1 file changed, 8 insertions(+) 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) {