zhangjie 1 год назад
Родитель
Сommit
2fde7ba45b

+ 9 - 9
src/features/invigilation/RealtimeMonitoring/RealtimeMonitoring.vue

@@ -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;