From f87b8dd0c61446ffdaee32b136743f81d6f89bd3 Mon Sep 17 00:00:00 2001 From: jiawei Date: Tue, 28 Feb 2023 14:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=8E=E9=99=A9=E6=B5=8B=E8=AF=84=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E4=BA=A7=E5=93=81=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=88=A4=E6=96=AD=EF=BC=8C=E8=A7=A3=E5=86=B3=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=E4=B9=A6=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/SelectedProduct.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )