From e8ed1c487ea1f9bc19694bc60a0328a7fc76134a Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Thu, 31 Mar 2022 11:40:00 +0800
Subject: [PATCH] +注释

---
 src/views/hd/baseMap.vue |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/views/hd/baseMap.vue b/src/views/hd/baseMap.vue
index 8b51377..c8ac185 100644
--- a/src/views/hd/baseMap.vue
+++ b/src/views/hd/baseMap.vue
@@ -63,7 +63,6 @@
         <baseMapMap
           ref="baseMapMap"
           id="baseMapMap"
-          @setMapData="setMapData"
           @changeMapSI="changeMapSI"
         ></baseMapMap>
       </template>
@@ -323,10 +322,6 @@
       this.mapServiceValueOnce = "";
       this.chouseBaseMapNameOnce = "";
     },
-    setMapData(val) {
-      this.LineData = val[0];
-      this.PointData = val[1];
-    },
     rowSave(row, done, loading) {
       if (row.haveBaseMap == "") {
         this.$message({
@@ -339,6 +334,7 @@
       let names = "",
         urls = "",
         leng = this.mapServiceValue.length - 1;
+      //处理结果
       for (let k in this.mapServiceValue) {
         names += this.mapServiceValue[k].name;
         urls += this.mapServiceValue[k].service;

--
Gitblit v1.9.3