|
@@ -334,15 +334,15 @@ export default {
|
|
this.setSelectedExamId(this.filter.examId);
|
|
this.setSelectedExamId(this.filter.examId);
|
|
this.current = 1;
|
|
this.current = 1;
|
|
await this.getList();
|
|
await this.getList();
|
|
- if (this.total > this.size) {
|
|
|
|
- this.updateDetailIds({
|
|
|
|
- filterData: this.filter,
|
|
|
|
- fetchFunc: invigilationWarningList,
|
|
|
|
- });
|
|
|
|
- } else {
|
|
|
|
- const ids = this.dataList.map((item) => item.examRecordId);
|
|
|
|
- this.setDetailIds([...new Set(ids)]);
|
|
|
|
- }
|
|
|
|
|
|
+ // if (this.total > this.size) {
|
|
|
|
+ // this.updateDetailIds({
|
|
|
|
+ // filterData: this.filter,
|
|
|
|
+ // fetchFunc: invigilationWarningList,
|
|
|
|
+ // });
|
|
|
|
+ // } else {
|
|
|
|
+ const ids = this.dataList.map((item) => item.examRecordId);
|
|
|
|
+ this.setDetailIds([...new Set(ids)]);
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
async getExamBatchList() {
|
|
async getExamBatchList() {
|
|
const userId = this.IS_INVIGILATE ? this.user.id : null;
|
|
const userId = this.IS_INVIGILATE ? this.user.id : null;
|