diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 2df4f08f5..e98298d7a 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1820,7 +1820,7 @@ export default { } }) //针对八桂D产品 计算被保人重疾B附加险保额 ==其他长险附加险的保额 - if (this.chooseProducts[0].mainRiskCode == 'GFRS_M0051' || this.chooseProducts[0].mainRiskCode == 'GFRS_M0044') { + /*if (this.chooseProducts[0].mainRiskCode == 'GFRS_M0051' || this.chooseProducts[0].mainRiskCode == 'GFRS_M0044') { if (item.productCode == 'GFRS_A0010') { let risks = JSON.parse(localStorage.chooseProducts) let longRisks = [] @@ -1845,7 +1845,7 @@ export default { d.amt = toTrial }) } - } + }*/ //通用规则1:交费方式为一次交情,无交费期限 if (trialInfo['payIntv'] == '0') { trialInfo['payEndYear'] = '1000'