From cebed1471e5fdd77361f447f8b9d5132d64f138d Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Mon, 28 Sep 2020 14:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=8C=E5=A8=83=E5=A8=83+=E4=B8=80=E5=B9=B4?= =?UTF-8?q?=E5=AE=9A=E5=AF=BF=E7=89=B9=E6=AE=8A=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 5d68cba8c..3fafbbf52 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1616,6 +1616,8 @@ export default { if (trialProduct) { trialProduct.prem = 0 trialProduct.payIntv = 1 + trialProduct.insuYearFlag = 'M' + trialProduct.payEndYear = 1 } } }