Hwf 3 месяцев назад
Родитель
Сommit
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>