From 427c79adc8cae361c94a0aed952cd8d6ab55b4be Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期三, 12 四月 2023 10:22:42 +0800
Subject: [PATCH] 空间查询,属性查询目录修改

---
 src/components/MapView/mapSpacePop.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue
index f3a9fa5..87b0d48 100644
--- a/src/components/MapView/mapSpacePop.vue
+++ b/src/components/MapView/mapSpacePop.vue
@@ -998,7 +998,7 @@
           filter: "exppointid in '" + gid.toString() + "'"
         }
         var data2 = await dataQuerySelectByPage(obj)
-        debugger
+
         if (data2.code == 200) {
           var val2 = data2.result;
           var std = [];
@@ -1049,7 +1049,7 @@
 
     },
     CreateLayerByZFBH(zfbh, jsonObj, materialColor) {
-      debugger
+
       var featurePoints = [];
       var featurePoints1 = [];
       let points = turf.featureCollection([]);

--
Gitblit v1.9.3