zhangjie 1 år sedan
förälder
incheckning
2fde7ba45b
1 ändrade filer med 9 tillägg och 9 borttagningar
  1. 9 9
      src/features/invigilation/RealtimeMonitoring/RealtimeMonitoring.vue

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