管道基础大数据平台系统开发-【前端】-新系統界面
584911253@qq.com
2023-03-02 bc8f0b5301b4a63ff4ddd90bb7732c01bdae3a1a
src/components/MapView/mapSpaceTop.vue
@@ -149,7 +149,11 @@
    },
    menuTreeCheck(value) {
      this.mapSpaceQueryLayer = value;
      this.layerData.forEach(item => {
        if (this.menuTopFrom.queryLayer == item.entity){
          this.$store.state.propertiesName = item.tabDesc;
        }
      })
      this.getCheckedNodes();
    },
  },