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 @@ } }) }, /** * @@ -59,9 +63,6 @@ }, getSitesNum() { return $http.get('/dust/sitename')