北京经济技术开发区经开区虚拟城市项目-【前端】-移动端Web
lixuliang
2024-03-15 626003e9beb59cf711f59f3b48087300070f121e
src/components/leftMenu/sousuo.vue
@@ -136,7 +136,7 @@
  height: 100%;
  top: 0;
  background-color: #f3f3f3;
  z-index: 99999;
  z-index: 99;
}
.el-select {
  width: 80px;
@@ -282,7 +282,7 @@
      rectangle.maxy > 31.182515322 && (rectangle.maxy = 31.182515322);
      return `RECT(${rectangle.minx} ${rectangle.miny},${rectangle.maxx} ${rectangle.maxy})`;
    },
    getPoi() {
    getGdPoi() {
      axios
        .get(common.poiserve, {
          params: {
@@ -386,7 +386,7 @@
        this.poiList = [];
        switch (this.select) {
          case "全部":
            this.getPoi();
            this.getGdPoi();
            this.getData();
            // axios
            //   .all([
@@ -512,7 +512,7 @@
            //   );
            break;
          case "POI":
            this.getPoi();
            this.getGdPoi();
            break;
          case "地块":
            this.getData();