From 044e3ceb4b5cd666e1889910184ca6723c710fd9 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 27 Jun 2023 13:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=91=AB=E4=BA=AB=E9=87=91=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E6=80=A7=E5=88=AB=E5=A5=B3=E9=A2=86=E5=8F=96=E5=B9=B4?= =?UTF-8?q?=E9=BE=84=E5=A2=9E=E5=8A=A070=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 56b0c007a..55b5af9ab 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -2901,24 +2901,14 @@ export default { } }) }else if (localStorage.isFrom == 'proposal'){ - let proposalOrderNo = this.$CacheUtils.getLocItem('proposalNo') || '' + let proposalOrderNo = this.$route.query.proposalOrderNo || '' let url = `/common/selectedProduct?proposalOrderNo=${proposalOrderNo}` if (resultData.content.id) { this.saleInsuredPersonInfo.insuredId = resultData.content.id; this.$CacheUtils.setLocItem('saleInsuredPersonInfo', JSON.stringify(this.saleInsuredPersonInfo)) } - this.$jump({ - flag: 'goBack', - extra: { - refresh: '1', - index: '-2' - }, - routerInfo: { - type: 2, - index: -2, - path: url - } - }) + //试算记录保存更新--编辑 + this.saveOrUpdateTrialRecordInfoFunc(resultData.content.riskDTO) }else if (isFrom == 'orderTrial' && localStorage.isFrom == 'sale') { this.$toast.clear() this.trialResultsShow = true