From 9ea02d75b0556a4c6f0731c1986b55d5d1a3c44b Mon Sep 17 00:00:00 2001
From: liyuetong
Date: Wed, 26 Jan 2022 14:48:29 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BA=92=E8=81=94=E7=BD=91=E4=B8=8E?=
=?UTF-8?q?=E5=88=9B=E6=96=B0=E4=B8=9A=E5=8A=A1=E9=83=A8=E4=B8=8E=E5=90=88?=
=?UTF-8?q?=E4=BD=9C=E6=B8=A0=E9=81=93=E5=8D=8E=E5=BA=B7=E4=BF=9D=E9=99=A9?=
=?UTF-8?q?=E4=BB=A3=E7=90=86=E6=9C=89=E9=99=90=E5=85=AC=E5=8F=B8=E3=80=91?=
=?UTF-8?q?=E7=BD=91=E9=94=80=E6=B8=A0=E9=81=93-=E5=85=AB=E6=A1=82cd?=
=?UTF-8?q?=E7=AC=AC=E4=BA=8C=E4=B8=AA=E5=8F=AF=E5=8B=BE=E9=80=89=E4=B8=8D?=
=?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89?=
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, 3 insertions(+), 5 deletions(-)
diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index b03caf453..d2f81cb5c 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -1346,8 +1346,8 @@ export default {
})
if(this.chooseProducts[0].productCode == 'GFRS_M0035' || this.chooseProducts[0].productCode == 'GFRS_M0044'
- || this.chooseProducts[0].productCode == 'GFRS_M0040' || this.chooseProducts[0].productCode == 'GFRS_M0056'
- || this.chooseProducts[0].productCode == 'GFRS_M0057'){
+ || this.chooseProducts[0].productCode == 'GFRS_M0040'
+ ){
if (this.trialList.length) {
let showPrem //计算后的保费
//(被保险人)国富人寿附加豁免保险费重大疾病保险(B款)GFRS_A0010
@@ -1680,9 +1680,7 @@ export default {
this.chooseProducts[0].mainRiskCode == 'GFRS_M0044' ||
this.chooseProducts[0].mainRiskCode == 'GFRS_M0035' ||
this.chooseProducts[0].mainRiskCode == 'GFRS_M0038' ||
- this.chooseProducts[0].mainRiskCode == 'GFRS_M0040' ||
- this.chooseProducts[0].mainRiskCode == 'GFRS_M0056' ||
- this.chooseProducts[0].mainRiskCode == 'GFRS_M0057'
+ this.chooseProducts[0].mainRiskCode == 'GFRS_M0040'
) {
if (currentGFRS_A0011 && JSON.stringify(this.chooseProducts).includes('GFRS_A0010')) {
this.chooseProducts.forEach((item, index01) => {