diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index ec56eaa1e..44bfb1038 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -1729,7 +1729,7 @@ export default { this.setRemitRisk() this.nextStepFlag = false } - if(this.chooseProducts.length>0&&this.chooseProducts[1].productCode=='GFRS_A0010'){ + if(this.chooseProducts.length==2&&this.chooseProducts[1].productCode=='GFRS_A0010'){ this.$toast('当前未投保其他长险附加险,请删除该险种重新选择附加险!') this.nextStepFlag = true }