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