建议书编辑投保人信息是点击保存和完成按钮页面跳转错误问题修改

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-06-13 18:17:51 +08:00
parent 2053af9fae
commit c27c42fa7a

View File

@@ -441,9 +441,9 @@ export default {
let isProposal = localStorage.isFrom == 'proposal' ? true : false
let thismyurl = ''
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) {
thismyurl = '/common/calculatePremium?proposalOrderNo=' + this.$route.query.proposalOrderNo + '&insuanceIdInfo=' + JSON.stringify(insuanceIdInfo)
thismyurl = '/common/calculatePremium?proposalOrderNo=' + this.$route.query.proposalOrderNo + '&insuanceId='+insuanceId
}
if (isProposal) {
this.$jump({