|
@@ -50,7 +50,7 @@ export default {
|
|
const res = await searchExams({
|
|
const res = await searchExams({
|
|
name: query,
|
|
name: query,
|
|
pageNumber: 1,
|
|
pageNumber: 1,
|
|
- pageSize: 30,
|
|
|
|
|
|
+ pageSize: 1000,
|
|
});
|
|
});
|
|
// console.log(res.data);
|
|
// console.log(res.data);
|
|
this.optionList = res.data.data.records;
|
|
this.optionList = res.data.data.records;
|