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

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

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