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;