From f16ab3d1e030ce53a12b0982bf62786d3cdb8609 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Mon, 20 Jan 2020 16:41:51 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E5=A2=9E=E5=8A=A0=E9=99=90=E5=88=B6?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=EF=BC=8C=E5=8F=AA=E6=9C=89=E8=B7=9F=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E6=9C=9F=E9=97=B4=E6=8C=82=E9=92=A9=E7=9A=84=E4=BA=A7?= =?UTF-8?q?=E5=93=81-=E6=89=8D=20=E5=9C=A8=E6=94=B9=E5=8F=98=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E6=9C=9F=E9=97=B4=E6=97=B6=EF=BC=8C=E5=B0=86=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E6=A1=86=E7=9A=84=E5=80=BC=E6=81=A2=E5=A4=8D=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC1?= 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, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 059857046..249930ce2 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -401,8 +401,8 @@ export default { console.log('currentFactor', currentFactor) console.log('currentEle', currentEle) - //如果需要填写的保费/保额校验规则跟缴费期间挂钩,当改变缴费期间时,将输入框的值恢复默认值1 - if (currentEle.code == 'payEndYear') { + //特殊设置:如果需要填写的保费/保额校验规则跟缴费期间挂钩,当改变缴费期间时,将输入框的值恢复默认值1 + if (currentEle.code == 'payEndYear' && this.isTrial == '0') { currentEle['columns'].forEach((item, index) => { if (item.value == value.value) { this.payEndYearColumnsIndex = index