From 4f9022a18e8ba4875e0df0d1a9f443d558238133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Thu, 29 Feb 2024 10:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EvaluationOfGlobalConfig.vue | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/views/dictionary/template/components/EvaluationOfGlobalConfig.vue b/src/views/dictionary/template/components/EvaluationOfGlobalConfig.vue index 925d597e..25235f6b 100644 --- a/src/views/dictionary/template/components/EvaluationOfGlobalConfig.vue +++ b/src/views/dictionary/template/components/EvaluationOfGlobalConfig.vue @@ -104,7 +104,7 @@ v-if="config.configType === 2" v-loading="loading" ref="multipleTable" - :data="$d && $d.GlobalAssessType" + :data="GlobalAssessType" stripe @selection-change="handleSelectionChange" > @@ -165,7 +165,7 @@