Commit 63fb6d12 authored by xinzhedeai's avatar xinzhedeai

fix:隐患跳转页面参数携带处理

parent e848ca60
......@@ -384,7 +384,7 @@ window.onload = function() {
vant.Toast({
message: '操作成功',
})
gemhoUtil.navigatePage(this.pageName + '.html', '操作完成,跳转中...')
gemhoUtil.navigatePage(`${this.pageName}.html${window.location.search}`, '操作完成,跳转中...')
})
},
// add4DSH_XQ(auditStatus) { // 隐患详情 审核通过或拒绝
......@@ -434,7 +434,7 @@ window.onload = function() {
message: '操作成功',
})
// history.back()
gemhoUtil.navigatePage(this.pageName + '.html', '操作完成,跳转中...')
gemhoUtil.navigatePage(`${this.pageName}.html${window.location.search}`, '操作完成,跳转中...')
}
})
},
......@@ -450,7 +450,7 @@ window.onload = function() {
vant.Toast({
message: '操作成功',
})
gemhoUtil.navigatePage(this.pageName + '.html', '操作完成,跳转中...')
gemhoUtil.navigatePage(`${this.pageName}.html${window.location.search}`, '操作完成,跳转中...')
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment