From c83792a815fce8b603762d48f24d4f67cc0d369c Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Mon, 3 Jul 2023 11:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=BA=E8=AE=AE=E4=B9=A6=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E8=AF=95=E7=AE=97=E9=A1=B5=E9=9D=A2=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E8=AF=95=E7=AE=97=E6=8E=A5=E5=8F=A3=E5=85=A5=E5=8F=82?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=BB=E9=94=AEid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 42b96b291..c53832440 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -711,9 +711,7 @@ export default { }).then(res => { if (res.result == '0') { this.chooseProducts = JSON.parse(res.content.trialJsonStr) - this.result = { - - } + this.trialRecordInfoId = res.content.id } else { this.$toast(res.resultMessage) } @@ -3177,6 +3175,9 @@ export default { mainRiskId:insuanceId+'', trialJsonStr:localStorage.chooseProducts } + if(this.trialRecordInfoId){ + data.id = this.trialRecordInfoId + } saveOrUpdateTrialRecordInfo(data).then(res => { if (res.result == '0') { //被保人产品列表界面 点击编辑按钮进入产品试算界面 点击完成 页面跳转不正确