mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 16:02:52 +08:00
国富-风险评估及结果页开发
This commit is contained in:
@@ -146,7 +146,7 @@ export default {
|
||||
active_sqy_radio: '0',
|
||||
checkedUrl: require('@/assets/images/kmh/checked.png'),
|
||||
noCheckedUrl: require('@/assets/images/kmh/no_checked.png'),
|
||||
proposalOrderNo:''
|
||||
proposalOrderNo:'',
|
||||
}
|
||||
},
|
||||
components: {
|
||||
@@ -273,6 +273,10 @@ export default {
|
||||
resultData = await orderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo'), isMerge: '1' })
|
||||
}
|
||||
if (resultData.result == 0) {
|
||||
//判断是否显示风险测评tab
|
||||
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
|
||||
this.$store.commit('updateAnswerType', updateAnswerType )
|
||||
console.log(updateAnswerType,'updateAnswerType');
|
||||
let riskDTOLst
|
||||
if (isProposal) {
|
||||
this.$CacheUtils.setLocItem('saleInsuredInfo',JSON.stringify(resultData.content[0].appntDTO))//存储投保人信息
|
||||
|
||||
Reference in New Issue
Block a user