shuishen
2022-11-02 764cb58899b8ca0e9632a5e83c6950569442c41c
src/views/hd/baseMap.vue
@@ -39,7 +39,7 @@
            class="inputInlineType"
          ></el-input>
          <el-input
            placeholder="请输入底图地址,示例:http://t3.tianditu.com/DataServer?T=cva_w&x={x}&y={y}&l={z}&tk=e9533f5acb2ac470b07f406a4d24b4f0"
            placeholder="请输入底图地址,示例:http://localhost:6080/arcgis/rest/services/test/MapServer"
            v-model="mapServiceValueOnce"
            class="input-with-select"
          >
@@ -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;