From f3ad84884a6bf869fc2a4d544f11b51e15c5889c Mon Sep 17 00:00:00 2001 From: hz <3451701311@qq.com> Date: Fri, 31 Oct 2025 15:15:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BA=8C=E6=AC=A1?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E9=99=84=E5=8A=A0=E9=99=A9=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ebiz/productFlowImprove/components/CalculatePremium.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/productFlowImprove/components/CalculatePremium.vue b/src/views/ebiz/productFlowImprove/components/CalculatePremium.vue index ad100c630..5924abe32 100644 --- a/src/views/ebiz/productFlowImprove/components/CalculatePremium.vue +++ b/src/views/ebiz/productFlowImprove/components/CalculatePremium.vue @@ -18,7 +18,7 @@ type="primary" v-if="Number(item.isMainRisk) === 0 && item.hasAddtionRisk && isEnterAddtionRisk" plain - @click="selectAddtionRisk" + @click="()=>selectAddtionRisk && (showAdditionRiskPopup = true)" class="green mr8" > 附 @@ -774,7 +774,7 @@ export default { this.$jump({ flag: 'h5', extra: { - url: location.origin + '/#/flow-improve/sale/insuranceApplicationFlow?orderNo=' + this.$route.query['orderNo'] + url: location.origin + '/#/flow-improve/sale/insuranceApplicationFlow?edit=1&orderNo=' + this.$route.query['orderNo'] }, routerInfo: { name: 'flowImproveSaleInsuranceApplicationFlow', @@ -2783,7 +2783,6 @@ export default { // path: '/common/addRiskList' + thismyurl // } // }) - this.showAdditionRiskPopup = true }, //保额份数变化 stepperChange(defalutValue, productIndex, calFactorIndex, min, max, riskFactor) {