zhangjie há 2 anos atrás
pai
commit
8c012f306d
1 ficheiros alterados com 2 adições e 1 exclusões
  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;
       this.syncLoading = true;
       const res = await scoreLogSync({
       const res = await scoreLogSync({
         semesterId: this.filter.semesterId,
         semesterId: this.filter.semesterId,
-        examId: row.examId
+        examId: row.examId,
+        orgCode: row.orgCode
       }).catch(() => {});
       }).catch(() => {});
       this.syncLoading = false;
       this.syncLoading = false;
       if (!res) return;
       if (!res) return;