mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 22:36:43 +08:00
风险测评选择产品页面新增判断,解决建议书报错问题
This commit is contained in:
@@ -274,11 +274,14 @@ export default {
|
|||||||
resultData = await orderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo'), isMerge: '1' })
|
resultData = await orderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo'), isMerge: '1' })
|
||||||
}
|
}
|
||||||
if (resultData.result == 0) {
|
if (resultData.result == 0) {
|
||||||
//判断是否显示风险测评tab
|
if( resultData.orderDTO.riskEvaluationDTO) {
|
||||||
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
|
//判断是否显示风险测评tab
|
||||||
this.$store.commit('updateAnswerType', updateAnswerType )
|
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
|
||||||
console.log(updateAnswerType,'updateAnswerType');
|
this.$store.commit('updateAnswerType', updateAnswerType )
|
||||||
this.renovate = new Date().getTime()
|
// console.log(updateAnswerType,'updateAnswerType');
|
||||||
|
this.renovate = new Date().getTime()
|
||||||
|
|
||||||
|
}
|
||||||
let riskDTOLst
|
let riskDTOLst
|
||||||
if (isProposal) {
|
if (isProposal) {
|
||||||
this.$CacheUtils.setLocItem('saleInsuredInfo',JSON.stringify(resultData.content[0].appntDTO))//存储投保人信息
|
this.$CacheUtils.setLocItem('saleInsuredInfo',JSON.stringify(resultData.content[0].appntDTO))//存储投保人信息
|
||||||
|
|||||||
Reference in New Issue
Block a user