diff --git a/src/views/ebiz/common/SelectedProduct.vue b/src/views/ebiz/common/SelectedProduct.vue index f447d0460..792fd60b4 100644 --- a/src/views/ebiz/common/SelectedProduct.vue +++ b/src/views/ebiz/common/SelectedProduct.vue @@ -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 )