zhangjie %!s(int64=3) %!d(string=hai) anos
pai
achega
a2d4d5c776
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;