zhangjie пре 3 година
родитељ
комит
a2d4d5c776
1 измењених фајлова са 2 додато и 1 уклоњено
  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;