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;