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);