From dbf2f7842e01be5ebc17fca818d958457c785607 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Wed, 23 Aug 2023 14:13:11 +0800 Subject: [PATCH] =?UTF-8?q?feature=E3=80=90GFRS-3784=E3=80=91=E4=B8=80?= =?UTF-8?q?=E5=B9=B4=E6=9C=9F=E4=BA=A7=E5=93=81=E8=AE=BE=E7=BD=AE=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E8=B4=A3=E4=BB=BB=E4=B8=8D=E5=8F=AF=E5=8F=96=E6=B6=88?= =?UTF-8?q?=E5=8B=BE=E9=80=89=E4=BB=A3=E7=A0=81=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index a18e06d1a..36b4e4db3 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -757,6 +757,7 @@ export default { if(this.saleInsuredPersonInfo.insuredAge < 18) { if(ii.duty == '311504'){ ii.necess = true + ii.defaultValue = '0' } else { ii.defaultValue = '0' } @@ -764,12 +765,14 @@ export default { if(this.saleInsuredPersonInfo.sex == '0'){ if(ii.duty == '311505'){ ii.necess = true + ii.defaultValue = '0' } if(ii.duty == '311504' || ii.duty == '311506'){ ii.defaultValue = '0' } } else { if(ii.duty == '311506'){ + ii.defaultValue = '0' ii.necess = true } if(ii.duty == '311504' || ii.duty == '311505'){