zhangjie 2 years ago
parent
commit
c001d86cb4
1 changed files with 1 additions and 2 deletions
  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;