|
@@ -605,15 +605,15 @@ export default {
|
|
|
this.current = 1;
|
|
|
await this.getList();
|
|
|
|
|
|
- if (this.total > this.size) {
|
|
|
- this.updateDetailIds({
|
|
|
- filterData: this.filter,
|
|
|
- fetchFunc: invigilateVideoList,
|
|
|
- });
|
|
|
- } 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: invigilateVideoList,
|
|
|
+ // });
|
|
|
+ // } else {
|
|
|
+ const ids = this.dataList.map((item) => item.examRecordId);
|
|
|
+ this.setDetailIds([...new Set(ids)]);
|
|
|
+ // }
|
|
|
},
|
|
|
async getMonitorCallCount() {
|
|
|
if (!this.filter.examId) return;
|