From 16e7b476897a3c6f75b67e92531868ec58ea6705 Mon Sep 17 00:00:00 2001
From: "li.jieyu@ebiz-digits.com"
Date: Tue, 15 Jun 2021 15:28:37 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9B=BD=E5=AF=8C=E4=BA=BA=E5=AF=BF=E4=B8=96?=
=?UTF-8?q?=E7=BA=AA=E6=97=A0=E5=BF=A7=E9=87=8D=E5=A4=A7=E7=96=BE=E7=97=85?=
=?UTF-8?q?=E4=BF=9D=E9=99=A9=E4=B9=8B=E5=89=8D=E7=AB=AF=E5=BC=80=E5=8F=91?=
=?UTF-8?q?=E6=8A=95=E8=A2=AB=E5=90=8C=E4=BA=BA=E9=99=84=E5=8A=A0=E9=99=A9?=
=?UTF-8?q?=E6=A0=87=E8=AF=86=20=20--=E6=9D=8E=E5=A9=95=E7=85=9C?=
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, 4 insertions(+)
diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue
index 7e45c0369..4e4b9f277 100644
--- a/src/views/ebiz/common/CalculatePremium.vue
+++ b/src/views/ebiz/common/CalculatePremium.vue
@@ -820,6 +820,10 @@ export default {
this.isEnterAddtionRiskListFunc()
//交费期间为一次性交清时,清空豁免险GFRS_A0007,GFRS_A0009,并更新localStorage
this.isClearAddtionRiskListFunc()
+ } else if(this.chooseProducts[this.productIndex].mainRiskCode == 'GFRS_M0046'){
+ if(this.saleInsuredPersonInfo.relationToAppnt == 1){
+ this.isEnterAddtionRiskListFunc();
+ }
} else {
this.isEnterAddtionRisk = true
}