zhangjie 3 rokov pred
rodič
commit
a2d4d5c776
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      src/modules/stmms/views/ScoreArchive.vue

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

@@ -194,7 +194,8 @@ export default {
       this.syncLoading = true;
       const res = await scoreSync({
         semesterId: this.filter.semesterId,
-        courseCode: this.filter.courseCode
+        courseCode: this.filter.courseCode,
+        examId: this.filter.examId
       }).catch(() => {});
       this.syncLoading = false;
       if (!res) return;