From bf3c8d82283459c15a684a363e3a1a335260d613 Mon Sep 17 00:00:00 2001
From: Ironsp <1522278303@qq.com>
Date: Mon, 27 Jul 2026 17:07:50 +0800
Subject: [PATCH] =?UTF-8?q?feat=20=E6=91=84=E5=83=8F=E5=A4=B4=E9=9C=80?=
=?UTF-8?q?=E6=B1=82=E5=8F=98=E6=9B=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/equipmentList/list.vue | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/equipmentList/list.vue b/src/views/equipmentList/list.vue
index 6d759ee..56884b5 100644
--- a/src/views/equipmentList/list.vue
+++ b/src/views/equipmentList/list.vue
@@ -232,7 +232,7 @@
{{ videoName }}-{{ monitoringArea }}监控
- 切换摄像头
+
刷新
绘制区域
清空区域
@@ -447,10 +447,10 @@ const resetMonitorDraw = () => {
monitorRectPx.value = null;
currentDrawArea.value = null;
};
-const videosInfo = ref();
+// const videosInfo = ref();
const handleSee = async (row?: any) => {
console.log('1111111111111111', row, row.drawArea);
- videosInfo.value = row;
+ // videosInfo.value = row;
reset();
resetMonitorDraw();
seeSee.value = row?.isDrawArea === 1 ? 1 : 0;
@@ -797,10 +797,10 @@ watch(
}
);
/** 刷新按钮操作 */
-const handleVideo = async (row?: any) => {
- console.log('11111111111', row);
- handleSee(row);
-};
+// const handleVideo = async (row?: any) => {
+// console.log('11111111111', row);
+// handleSee(row);
+// };
/** 刷新按钮操作 */
const handleRefresh = async () => {