派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-10 204b8af237555feb1af83250dfdc28a5dc0a467c
src/components/panel/topicSearch/SewersSelect/SewersAnalysis.vue
@@ -166,7 +166,9 @@
      myChart: null,
      options: [],
      echartsList: [],
      myChartShow: false,
      flowPipeLine: null,
      // 用于判断
@@ -205,9 +207,7 @@
      lxTableDataResult: [],
      // 横断面 管段查询结果 的table表格数据
      tableData: [],
      echartsList: []
      tableData: []
    }
  },
@@ -222,7 +222,8 @@
  methods: {
    // tab切换
    handleClick (tab, event) {
      // console.log(tab, event)
      console.log(event)
      // console.log(tab)
      this.clearLinkPipe()
      this.clearLX()
      this.linkClear()
@@ -298,7 +299,6 @@
    // 连通性 ===> 地图点击起始管段e
    linkClickStart (e) {
      // console.log(e)
      // console.log('地图点击起始管段')
      this.linkType = 1
      this.selectPipeLine()
@@ -379,6 +379,7 @@
      // 判断数据结果 === 0 则没有请求到数据
      if (res.data.length === 0) {
        this.$message('没有找到连通的管段')
        // 进行判断
        // if (this.tableDataLinkStart === [] && this.tableDataLinkEnd === []) {
        this.currentLinkIsTrue = '不连通'
        // }