建议书-保费试算页面-试算记录保存更新--编辑

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-06-29 14:21:56 +08:00
parent c2fdffd4b7
commit 8e4d3ad3e2

View File

@@ -2916,16 +2916,17 @@ export default {
path: '/common/selectedProduct' + thismyurl path: '/common/selectedProduct' + thismyurl
} }
}) })
}else if (localStorage.isFrom == 'proposal'){ }
let proposalOrderNo = this.$route.query.proposalOrderNo || '' else if (localStorage.isFrom == 'proposal'){
let url = `/common/selectedProduct?proposalOrderNo=${proposalOrderNo}` let proposalOrderNo = this.$CacheUtils.getLocItem('proposalNo') || ''
if (resultData.content.id) { if (resultData.content.id) {
this.saleInsuredPersonInfo.insuredId = resultData.content.id; this.saleInsuredPersonInfo.insuredId = resultData.content.id;
this.$CacheUtils.setLocItem('saleInsuredPersonInfo', JSON.stringify(this.saleInsuredPersonInfo)) this.$CacheUtils.setLocItem('saleInsuredPersonInfo', JSON.stringify(this.saleInsuredPersonInfo))
} }
//试算记录保存更新--编辑 //试算记录保存更新--编辑
this.saveOrUpdateTrialRecordInfoFunc(resultData.content.riskDTO) this.saveOrUpdateTrialRecordInfoFunc(resultData.content.riskDTO)
}else if (isFrom == 'orderTrial' && localStorage.isFrom == 'sale') { }
else if (isFrom == 'orderTrial' && localStorage.isFrom == 'sale') {
this.$toast.clear() this.$toast.clear()
this.trialResultsShow = true this.trialResultsShow = true
this.verifyResultList = resultData.content.data.verifyResultList this.verifyResultList = resultData.content.data.verifyResultList