mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 05:06:43 +08:00
fix: 修复二次出现附加险弹窗的问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user