From 16014a62a6085988fa936478c1e55ae7e4763399 Mon Sep 17 00:00:00 2001 From: liyuetong Date: Tue, 12 Oct 2021 17:36:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index d569db9c2..2e51fcedd 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2269,11 +2269,11 @@ export default { this.trialInfos[index].amt = this.trialList[0].prem } - if (item.productCode == 'GFRS_A0001' || item.productCode == 'GFRS_A0007') { + if (item.productCode == 'GFRS_A0001') { this.trialInfos[index].amt = this.trialList[0].standPrem } - if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009' || item.productCode == 'GFRS_A0010') { + if (item.productCode == 'GFRS_A0003' || item.productCode == 'GFRS_A0009'|| item.productCode == 'GFRS_A0010'|| item.productCode == 'GFRS_A0007') { this.trialInfos[index].amt = this.trialList[index].amt }