diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index 3789f1a74..e5a6dd907 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -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({