From a9a659c977abfa28901733d4da9386af9b08eb4b Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Sun, 29 Sep 2024 17:20:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A3=80=E7=B4=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/kcEvaluationsStat/KcEvaluationsStatList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/kc/kcEvaluationsStat/KcEvaluationsStatList.vue b/src/views/kc/kcEvaluationsStat/KcEvaluationsStatList.vue index a9c0fd5..2d72b6e 100644 --- a/src/views/kc/kcEvaluationsStat/KcEvaluationsStatList.vue +++ b/src/views/kc/kcEvaluationsStat/KcEvaluationsStatList.vue @@ -6,7 +6,7 @@ - + @@ -155,6 +155,7 @@ import KcEvaluationsStatModal from './components/KcEvaluationsStatModal.vue' import { JDictSelectTag, JInput } from '/@/components/Form'; import { getUserSf,getSysConfig } from '/@/views/site/utils/index'; + import JSelectMultiple from '/@/components/Form/src/jeecg/components/JSelectMultiple.vue'; const queryParam = ref({col01:getSysConfig().flag1}); const toggleSearchStatus = ref(false);