区域噪声统计

This commit is contained in:
hey7845
2021-12-28 18:11:51 +08:00
parent 611f5b5e69
commit 9295105612
3 changed files with 137 additions and 43 deletions

View File

@@ -69,6 +69,9 @@ const getPlaceGis = function(data){
const getTrendChart = function(data){
return axios.post("/sound/zone/noise/trend/chart",data)
}
const getPlaceByRegionLevel = function(column){
return axios.get("/sound/road/noise/place/region",{params:{column}})
}
export {
pageBillUrl,
saveZoneNoiseBill,
@@ -90,6 +93,7 @@ export {
listALlZoneNoise,
statisticLevelDistributionUrl,
getPlaceGis,
getTrendChart
getTrendChart,
getPlaceByRegionLevel
}