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 @@