区域噪声趋势图暂存

This commit is contained in:
hey7845
2021-12-25 23:09:52 +08:00
parent e04d95d7d9
commit d069ff4eb6
2 changed files with 165 additions and 1 deletions

View File

@@ -66,6 +66,9 @@ const getColumnOptions = function(column){
const getPlaceGis = function(data){
return axios.get("/sound/zone/noise/gis/place",{params:data})
}
const getTrendChart = function(data){
return axios.post("/sound/zone/noise/trend/chart",data)
}
export {
pageBillUrl,
saveZoneNoiseBill,
@@ -86,6 +89,7 @@ export {
statisticYearUrl,
listALlZoneNoise,
statisticLevelDistributionUrl,
getPlaceGis
getPlaceGis,
getTrendChart
}