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;