mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 05:06:43 +08:00
鑫享金生产品性别女领取年龄增加70选项
This commit is contained in:
@@ -2901,24 +2901,14 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}else if (localStorage.isFrom == 'proposal'){
|
}else if (localStorage.isFrom == 'proposal'){
|
||||||
let proposalOrderNo = this.$CacheUtils.getLocItem('proposalNo') || ''
|
let proposalOrderNo = this.$route.query.proposalOrderNo || ''
|
||||||
let url = `/common/selectedProduct?proposalOrderNo=${proposalOrderNo}`
|
let url = `/common/selectedProduct?proposalOrderNo=${proposalOrderNo}`
|
||||||
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.$jump({
|
//试算记录保存更新--编辑
|
||||||
flag: 'goBack',
|
this.saveOrUpdateTrialRecordInfoFunc(resultData.content.riskDTO)
|
||||||
extra: {
|
|
||||||
refresh: '1',
|
|
||||||
index: '-2'
|
|
||||||
},
|
|
||||||
routerInfo: {
|
|
||||||
type: 2,
|
|
||||||
index: -2,
|
|
||||||
path: url
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}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
|
||||||
|
|||||||
Reference in New Issue
Block a user