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