From 14288e46b976a2fc7081a0f46c3144121064a9aa Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Tue, 14 May 2024 18:35:51 +0800 Subject: [PATCH] =?UTF-8?q?X=E4=BF=AE=E6=94=B9=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pqs/qualityInspeection/panorama/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/pqs/qualityInspeection/panorama/index.vue b/src/views/pqs/qualityInspeection/panorama/index.vue index 1c9462c9..8fd9de8e 100644 --- a/src/views/pqs/qualityInspeection/panorama/index.vue +++ b/src/views/pqs/qualityInspeection/panorama/index.vue @@ -92,7 +92,7 @@ const form: any = ref({ const height = mainHeight(10) // 获取区域名称 const changeValue = (e: any) => { - mapRef.value.locatePositions(e) + // mapRef.value.locatePositions(e) form.value.orgNo = e.data.id //list.filter((item: any) => item.code == e.orgId)[0]?.id || dictData.state.area[0].id options.value[0].name = e.data.areaName @@ -116,7 +116,7 @@ const infoShow = (e: boolean) => { } // 地图控制图层 const LookMap = (row: any) => { - mapRef.value.addMarkers({ ...row, type: 1 }) + // mapRef.value.addMarkers({ ...row, type: 1 }) } const info = () => { form.value.startTime = datePickerRef.value.timeValue[0] @@ -128,7 +128,7 @@ const info = () => { // form.value.endTime = `2024-07-30` // form.value.searchEndTime = `2024-07-30` form.value.type = datePickerRef.value.interval - mapRef.value.addMarkers() + // mapRef.value.addMarkers() if (control.value == 1) { mapLRef.value.info(form.value) mapRRef.value.info(form.value)