Эх сурвалжийг харах

fix:考试批次接口bug

zhangjie 2 жил өмнө
parent
commit
d0f35d0e33

+ 1 - 1
src/features/invigilation/ExamReport/ExamReport.vue

@@ -192,7 +192,7 @@ export default {
       this.curTab = { ...tab };
     },
     async getExamBatchList() {
-      const res = await examBatchList();
+      const res = await examBatchList({});
       this.examBatchs = res.data.data;
     },
     async getExamActivityRoomList() {

+ 1 - 1
src/features/invigilation/OnlinePatrol/OnlinePatrol.vue

@@ -353,7 +353,7 @@ export default {
       }
     },
     async getExamBatchList() {
-      const res = await examBatchList();
+      const res = await examBatchList({});
       this.examBatchs = res.data.data;
     },
     async getExamActivityRoomList() {

+ 1 - 1
src/features/invigilation/ReexamChecked/ReexamChecked.vue

@@ -246,7 +246,7 @@ export default {
       this.getList();
     },
     async getExamBatchList() {
-      const res = await examBatchList();
+      const res = await examBatchList({});
       this.examBatchs = res.data.data;
     },
     async getExamActivityRoomList() {

+ 1 - 1
src/features/invigilation/ReexamPending/ReexamPending.vue

@@ -247,7 +247,7 @@ export default {
       this.getList();
     },
     async getExamBatchList() {
-      const res = await examBatchList();
+      const res = await examBatchList({});
       this.examBatchs = res.data.data;
     },
     async getExamActivityRoomList() {

+ 1 - 1
src/features/invigilation/StudentLogManage/StudentLogManage.vue

@@ -193,7 +193,7 @@ export default {
       this.getList();
     },
     async getExamBatchList() {
-      const res = await examBatchList();
+      const res = await examBatchList({});
       this.examBatchs = res.data.data;
     },
     async getExamActivityRoomList() {