From a6b9e77994ed616968d80391f7da7f4eec08be14 Mon Sep 17 00:00:00 2001 From: "tian.guangyuan" Date: Thu, 30 Apr 2020 10:27:09 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=E3=80=91=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E8=AF=95=E7=AE=97=E9=A1=B5=E9=9D=A2=E4=BC=A0=E5=8F=82=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 8b71ef91c..08d437377 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1526,6 +1526,11 @@ export default { // console.log('33333333') this.trialInfos[index].amt = this.trialList[0].prem } + + if(item.productCode == 'GFRS_A0003'){ + this.trialInfos[index].amt = this.trialList[index].amt + } + // console.log(riskItem) console.log(this.trialInfos[index]) riskItem = Object.assign(riskItem, this.trialInfos[index])