From 0dbe8c700a35f02f521a8232710e0647eed2eff0 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期五, 03 三月 2023 19:19:29 +0800
Subject: [PATCH] 1

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

diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue
index 9a6f285..3e4146c 100644
--- a/src/components/MapView/mapSpacePop.vue
+++ b/src/components/MapView/mapSpacePop.vue
@@ -373,7 +373,7 @@
           this.formInline.name + " " + this.formInline.region + " " + val
 
       }
-      debugger
+
       const data = await dataQuerySelectByPage(this.listdata);
       if (data.code != 200) {
         this.$message.error('鍒楄〃璋冪敤澶辫触');
@@ -433,7 +433,7 @@
         this.$store.state.primitLayer = null;
       }
       var coord = res.coordinates;
-      debugger
+
       if (res.type == 'Point') {
         var val = Cesium.Cartesian3.fromDegrees(
           res.coordinates[0],
@@ -476,7 +476,7 @@
             let propertyNames = pick.id.properties.propertyNames;
             let obj = {};
             obj["eventid"] = properties['_eventid']._value;
-            // debugger
+            // 
             this.attributeData.forEach(item => {
               propertyNames.forEach(itemElement => {
                 if (itemElement == item.field) {
@@ -559,7 +559,7 @@
     position: absolute;
     bottom: 3%;
   }
-  /dep/.el-form-item {
+  /deep/.el-form-item {
     margin-bottom: 0px;
   }
 }

--
Gitblit v1.9.3