mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-12 04:26:44 +08:00
fix: 修复二次出现附加险弹窗的问题
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
type="primary"
|
type="primary"
|
||||||
v-if="Number(item.isMainRisk) === 0 && item.hasAddtionRisk && isEnterAddtionRisk"
|
v-if="Number(item.isMainRisk) === 0 && item.hasAddtionRisk && isEnterAddtionRisk"
|
||||||
plain
|
plain
|
||||||
@click="selectAddtionRisk"
|
@click="()=>selectAddtionRisk && (showAdditionRiskPopup = true)"
|
||||||
class="green mr8"
|
class="green mr8"
|
||||||
>
|
>
|
||||||
附
|
附
|
||||||
@@ -774,7 +774,7 @@ export default {
|
|||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
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: {
|
routerInfo: {
|
||||||
name: 'flowImproveSaleInsuranceApplicationFlow',
|
name: 'flowImproveSaleInsuranceApplicationFlow',
|
||||||
@@ -2783,7 +2783,6 @@ export default {
|
|||||||
// path: '/common/addRiskList' + thismyurl
|
// path: '/common/addRiskList' + thismyurl
|
||||||
// }
|
// }
|
||||||
// })
|
// })
|
||||||
this.showAdditionRiskPopup = true
|
|
||||||
},
|
},
|
||||||
//保额份数变化
|
//保额份数变化
|
||||||
stepperChange(defalutValue, productIndex, calFactorIndex, min, max, riskFactor) {
|
stepperChange(defalutValue, productIndex, calFactorIndex, min, max, riskFactor) {
|
||||||
|
|||||||
Reference in New Issue
Block a user