区域噪声统计
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user