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 () => {