liuyg
2022-03-31 e8ed1c487ea1f9bc19694bc60a0328a7fc76134a
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;