浏览代码

隐藏更多视频打点

Hwf 3 月之前
父节点
当前提交
d00c368dc5
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>