From 8e4d3ad3e2fc1dbb9f357c80cb7a73b3a3824d37 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Thu, 29 Jun 2023 14:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6-=E4=BF=9D=E8=B4=B9?= =?UTF-8?q?=E8=AF=95=E7=AE=97=E9=A1=B5=E9=9D=A2-=E8=AF=95=E7=AE=97?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=BF=9D=E5=AD=98=E6=9B=B4=E6=96=B0--?= =?UTF-8?q?=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index c40785b82..d2a3ab267 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2916,16 +2916,17 @@ export default { path: '/common/selectedProduct' + thismyurl } }) - }else if (localStorage.isFrom == 'proposal'){ - let proposalOrderNo = this.$route.query.proposalOrderNo || '' - let url = `/common/selectedProduct?proposalOrderNo=${proposalOrderNo}` + } + else if (localStorage.isFrom == 'proposal'){ + let proposalOrderNo = this.$CacheUtils.getLocItem('proposalNo') || '' if (resultData.content.id) { this.saleInsuredPersonInfo.insuredId = resultData.content.id; this.$CacheUtils.setLocItem('saleInsuredPersonInfo', JSON.stringify(this.saleInsuredPersonInfo)) } //试算记录保存更新--编辑 this.saveOrUpdateTrialRecordInfoFunc(resultData.content.riskDTO) - }else if (isFrom == 'orderTrial' && localStorage.isFrom == 'sale') { + } + else if (isFrom == 'orderTrial' && localStorage.isFrom == 'sale') { this.$toast.clear() this.trialResultsShow = true this.verifyResultList = resultData.content.data.verifyResultList