zmc
2023-11-14 0ee16e9f5dd31c6c98df1a5fdcf081c8eb7f80df
src/api/exceptionApi.js
@@ -18,6 +18,7 @@
      }
    })
  },
  // 根据月份和类型查找分析数据
  analysisdataByType(month,type) {
    return $http.get('/dust/analysisdataByType', {
@@ -27,6 +28,7 @@
      }
    })
  },
  // 根据时段和类型查找分析数据
  analysisdataByTimeAndType(beginTime,endTime,type) {
    return $http.get('/dust/analysisdataByTimeAndType', {
@@ -37,6 +39,8 @@
      }
    })
  },
  /**
   *
@@ -57,9 +61,6 @@
    }
    return $http.get('/dust/exceptiondata1', { params: _params })
  },