@@ -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() {
@@ -353,7 +353,7 @@ export default {
}
@@ -246,7 +246,7 @@ export default {
this.getList();
@@ -247,7 +247,7 @@ export default {
@@ -193,7 +193,7 @@ export default {