Pārlūkot izejas kodu

bug fix:监控页面切换科目,大题列表没更新

刘洋 2 gadi atpakaļ
vecāks
revīzija
1a11240ef7
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/modules/analysis/monitoring/index.vue

+ 1 - 0
src/modules/analysis/monitoring/index.vue

@@ -133,6 +133,7 @@ const formItems = computed<EpFormItem[]>(() => [
     slot: {
       options: subjectList.value,
       disabled: !isExpert.value,
+      onChange: changeModelValue('subject'),
     },
   },
   {