mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 01:46:43 +08:00
【国富人寿】保费试算页面 多余代码撤回
This commit is contained in:
@@ -364,7 +364,7 @@
|
||||
import { Tag, Icon, Dialog, ActionSheet, Popup, Picker, Stepper, Field, Checkbox, RadioGroup, Radio } from 'vant'
|
||||
import { trial } from '@/api/ebiz/common/common'
|
||||
import { saveOrUpdateOrderInfo, getOrderDetail,orderTrial } from '@/api/ebiz/sale/sale'
|
||||
import { saveProposal,saveOrUpdateTrialRecordInfo,getTrialRecordInfo } from '@/api/ebiz/proposal/proposal.js'
|
||||
import { saveProposal,getTrialRecordInfo } from '@/api/ebiz/proposal/proposal.js'
|
||||
import { getAgentInfo } from '@/api/ebiz/my/my.js'
|
||||
import occupationList from '@/components/ebiz/occipation/data/occupation'
|
||||
|
||||
@@ -2880,14 +2880,24 @@ export default {
|
||||
}
|
||||
})
|
||||
}else if (localStorage.isFrom == 'proposal'){
|
||||
let proposalOrderNo = this.$route.query.proposalOrderNo || ''
|
||||
let proposalOrderNo = this.$CacheUtils.getLocItem('proposalNo') || ''
|
||||
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.saveOrUpdateTrialRecordInfoFunc(resultData.content.riskDTO)
|
||||
this.$jump({
|
||||
flag: 'goBack',
|
||||
extra: {
|
||||
refresh: '1',
|
||||
index: '-2'
|
||||
},
|
||||
routerInfo: {
|
||||
type: 2,
|
||||
index: -2,
|
||||
path: url
|
||||
}
|
||||
})
|
||||
}else if (isFrom == 'orderTrial' && localStorage.isFrom == 'sale') {
|
||||
this.$toast.clear()
|
||||
this.trialResultsShow = true
|
||||
|
||||
Reference in New Issue
Block a user