From d844e709dbf4cb32b68e303e9af8b0f77f0551d9 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 22 Nov 2022 17:42:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E5=BC=80=E5=8F=91=20=E7=82=B9=E4=BD=8D=E6=89=93=E5=BC=80?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/videoSurveillance/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/front/src/views/home/videoSurveillance/index.vue b/front/src/views/home/videoSurveillance/index.vue index 8776a9fe..48d14181 100644 --- a/front/src/views/home/videoSurveillance/index.vue +++ b/front/src/views/home/videoSurveillance/index.vue @@ -314,6 +314,9 @@ import { ElMessage } from 'element-plus' lng: item.location.x, } this.hiMapFun.mapFlyTo(latLng) + if(this.addressType=='2'){ + mybus.emit('openOperationPopup', [item]); + } }, //框选 areaSelectResource(){ @@ -443,7 +446,7 @@ import { ElMessage } from 'element-plus' this.pointAllData = res.data.data; if(this.mapSearchParam.type!=0) this.addResourceTomap('videoMap', res.data.data) - + else this.addResourceTomap('videoMap', []) //查询全部时不打点}