Browse Source

隐藏更多视频打点

Hwf 3 months ago
parent
commit
d00c368dc5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/emergencyCommandMap/LeftSection/VideoMonitorEdit.vue

+ 2 - 2
src/views/emergencyCommandMap/LeftSection/VideoMonitorEdit.vue

@@ -177,7 +177,7 @@ const reset = () => {
 const handleQuery = () => {
   queryParams.current = 1;
   getList();
-  getVideoInfoList();
+  // getVideoInfoList();
 };
 
 /** 重置按钮操作 */
@@ -221,7 +221,7 @@ const handleSave = () => {
 
 onMounted(() => {
   getList();
-  getVideoInfoList();
+  // getVideoInfoList();
 });
 </script>