管道基础大数据平台系统开发-【前端】-新系統界面
lixuliang
2023-02-24 e8f99655102942c79e1c153f01ca9ea16e8152c4
src/components/Screen/bottom.vue
@@ -202,6 +202,9 @@
        case "工程展示":
          this.DisplayCurrentProject(child)
          break
        case "项目展示":
          this.changeProject(child)
          break
        default:
          break
      }
@@ -285,7 +288,7 @@
            wkt: item.st_astext,
          }
        })
        console.log(menu.children.length)
      }
    },
    async getCountProjectTour() {
@@ -299,9 +302,12 @@
            wkt: item.wkt,
          }
        })
        console.log(menu.children.length)
      }
    },
    changeProject(params) {
      this.$bus.$emit('changeProject', params.name)
    }
  },
}
</script>