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;
       this.syncLoading = true;
       const res = await scoreLogSync({
       const res = await scoreLogSync({
         semesterId: this.filter.semesterId,
         semesterId: this.filter.semesterId,
-        examId: row.examId,
-        orgCode: row.orgCode
+        examId: row.examId
       }).catch(() => {});
       }).catch(() => {});
       this.syncLoading = false;
       this.syncLoading = false;
       if (!res) return;
       if (!res) return;