风险测评选择产品页面新增判断,解决建议书报错问题

This commit is contained in:
jiawei
2023-02-28 14:58:15 +08:00
parent 1c03c9163a
commit 1505c9e5d0

View File

@@ -274,7 +274,7 @@ export default {
resultData = await orderDetail({ orderNo: this.$CacheUtils.getLocItem('orderNo'), isMerge: '1' })
}
if (resultData.result == 0) {
if( resultData.orderDTO.riskEvaluationDTO) {
if( resultData.orderDTO ) {
//判断是否显示风险测评tab
let updateAnswerType = resultData.orderDTO.riskEvaluationDTO.isShowEvaluationPoint =='1'?true:false
this.$store.commit('updateAnswerType', updateAnswerType )