mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 08:36:44 +08:00
fix(fab): 修复修改保障计划之后莫名的跳转问题
This commit is contained in:
@@ -634,12 +634,7 @@ export default {
|
|||||||
mounted() {
|
mounted() {
|
||||||
// 当组件挂载之后开始创建订单
|
// 当组件挂载之后开始创建订单
|
||||||
this.isFrom = window.localStorage.isFrom
|
this.isFrom = window.localStorage.isFrom
|
||||||
this.$jump({
|
|
||||||
flag: 'navigation',
|
|
||||||
extra: {
|
|
||||||
title: '保费计算'
|
|
||||||
}
|
|
||||||
})
|
|
||||||
if (this.isFrom === 'proposal') {
|
if (this.isFrom === 'proposal') {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
/* global EWebBridge */
|
/* global EWebBridge */
|
||||||
@@ -3512,7 +3507,7 @@ export default {
|
|||||||
// 保存被保人的相关信息
|
// 保存被保人的相关信息
|
||||||
// this.submitOrder([insuredDTOItem])
|
// this.submitOrder([insuredDTOItem])
|
||||||
|
|
||||||
if (!resultData) {
|
if (!this.$route.query.source) {
|
||||||
this.jumpTo()
|
this.jumpTo()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user