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') { //被保人产品列表界面 点击编辑按钮进入产品试算界面 点击完成 页面跳转不正确