管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-05-22 2e6633a3fb975a0cd241e0b97253e85897063a50
src/views/Tools/LayerTree.vue
@@ -321,7 +321,7 @@
      }
      this.currentData = object;
      this.currentNode = Node;
      this.menuVisible = true;
      this.$store.state.propertiesName = this.currentData;
      if (this.currentData.serveType == "Tileset" || this.currentData.serveType == "3DML") {
        this.showModelAttach = true;
@@ -344,7 +344,15 @@
      } else if (Node.data.children == null && Node.data.serveType != "Tileset" || Node.data.serveType == "3DML") {
        this.showlocal = false;
      }
      this.menuVisible = true;
      if (Node.data.serveType == "DEM") {
        this.firstLevel = true;
        this.menuVisible = false
      }
      this.$refs.card.$el.style.left = event.pageX + 20 + "px";
      this.$refs.card.$el.style.top = event.pageY + "px";