src/views/exception/FlightInspection.vue
@@ -873,35 +873,6 @@
  
        // 保存当前行数据
        this.tableCurrentRowData = row
        // // 获取当前行的索引
        // this.selectedRowIndex = this.displayData.indexOf(row)
        // //根据当前行的编号,起始时间来 请求异常数据
        // // 对请求到的数据进行首尾拼接
        // // 得到前后完整数据进行绘制图形
        // historyApi
        //   .queryHistoryData({
        //     siteName: row.name,
        //     beginTime: row.beginTime,
        //     endTime: row.endTime
        //   })
        //   .then((response) => {
        //     // 保存返回的超标数据
        //     this.dialog.historyData = response.data.data
        //     this.dialog.exceptionTotal = response.data.data.length
        //     // 逻辑处理
        //     if (this.tableCurrentRowData.exceptionType != '8') {
        //       this.timeAndDataProcessed()
        //     } else {
        //       this.loading.lineChart = true
        //       this.validProcess()
        //       this.loading.lineChart = false
        //       this.flag.banTouch = 0
        //     }
        //   })
      },
      /**
       * description:条件查询异常的数据