Browse Source

score archive bug md

xiaofei 2 years ago
parent
commit
a5028f08e0
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/modules/stmms/views/ScoreArchive.vue

+ 3 - 1
src/modules/stmms/views/ScoreArchive.vue

@@ -69,7 +69,9 @@
             type="primary"
             icon="el-icon-download"
             :loading="exportLoading"
-            :disabled="!filter.semesterId || !filter.examId"
+            :disabled="
+              !filter.semesterId || !filter.examId || !filter.courseCode
+            "
             @click="toExport"
             >成绩导出</el-button
           >