Kaynağa Gözat

隐藏更多视频打点

Hwf 3 ay önce
ebeveyn
işleme
d00c368dc5

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