浏览代码

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

刘洋 2 年之前
父节点
当前提交
1a11240ef7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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'),
     },
   },
   {