fix(fab): 修复修改保障计划之后莫名的跳转问题

This commit is contained in:
hz
2025-11-25 18:25:51 +08:00
parent 39aaa85660
commit 1bbb6ae4bf

View File

@@ -634,12 +634,7 @@ export default {
mounted() {
// 当组件挂载之后开始创建订单
this.isFrom = window.localStorage.isFrom
this.$jump({
flag: 'navigation',
extra: {
title: '保费计算'
}
})
if (this.isFrom === 'proposal') {
setTimeout(() => {
/* global EWebBridge */
@@ -3512,7 +3507,7 @@ export default {
// 保存被保人的相关信息
// this.submitOrder([insuredDTOItem])
if (!resultData) {
if (!this.$route.query.source) {
this.jumpTo()
}
},