zhangjie 2 년 전
부모
커밋
8c012f306d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/modules/stmms/views/ScoreSync.vue

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

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