mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 01:36:43 +08:00
建议书编辑投保人信息是点击保存和完成按钮页面跳转错误问题修改
This commit is contained in:
@@ -441,9 +441,9 @@ export default {
|
|||||||
let isProposal = localStorage.isFrom == 'proposal' ? true : false
|
let isProposal = localStorage.isFrom == 'proposal' ? true : false
|
||||||
let thismyurl = ''
|
let thismyurl = ''
|
||||||
if (this.$route.query.orderNo) {
|
if (this.$route.query.orderNo) {
|
||||||
thismyurl = '/common/calculatePremium/?orderNo=' + this.$route.query.orderNo + '&insuanceIdInfo=' + JSON.stringify(insuanceIdInfo)
|
thismyurl = '/common/calculatePremium/?orderNo=' + this.$route.query.orderNo + '&insuanceId='+insuanceId
|
||||||
} else if (this.$route.query.proposalOrderNo) {
|
} else if (this.$route.query.proposalOrderNo) {
|
||||||
thismyurl = '/common/calculatePremium?proposalOrderNo=' + this.$route.query.proposalOrderNo + '&insuanceIdInfo=' + JSON.stringify(insuanceIdInfo)
|
thismyurl = '/common/calculatePremium?proposalOrderNo=' + this.$route.query.proposalOrderNo + '&insuanceId='+insuanceId
|
||||||
}
|
}
|
||||||
if (isProposal) {
|
if (isProposal) {
|
||||||
this.$jump({
|
this.$jump({
|
||||||
|
|||||||
Reference in New Issue
Block a user