riku
2023-12-21 c24a5a2a99515b365ebc343b04538bb862790de1
src/views/exception/components/CompFlightInspection.vue
@@ -176,7 +176,7 @@
      // 标记位
      flag: {
        // 加载时 上下条按钮不能再点击
        // 数据加载时 上下条按钮不能再点击
        banTouch: 0,
        // 0代表分页,1代表不分页
        originClick: 0
@@ -549,7 +549,6 @@
        let endIndex = dateList.findIndex((item) => item === exceptionET)
        // 设置折线图配置项
        // this.reSetChart(dateList, dustValue, exceptionBT, exceptionET, startIndex, endIndex)
        this.dialog.option = exceptionOption.setExceptionChartOption(
          dateList,
          dustValue,
@@ -923,7 +922,6 @@
      params['beginTime'] = this.beginTime
      params['endTime'] = this.endTime
      console.log('name',this.siteName)
      this.$http.get('/dust/exceptiondata', { params: params }).then((response) => {
        // 保存返回的
        // this.tableData = response.data.data.rows;
@@ -1363,6 +1361,8 @@
}
/* 表格模块结束 */
/* 查看详情对话框模块的样式 */
.diag-head {