功能区代码暂存

This commit is contained in:
hey7845
2021-12-29 12:22:56 +08:00
parent 9295105612
commit 8acd6e1018
3 changed files with 280 additions and 3 deletions

View File

@@ -65,6 +65,15 @@ const getColumnOptions = function(column){
const getPlaceGis = function(data){
return axios.get("/sound/function/noise/gis/place",{params:data})
}
const getPlaceByRegionLevel = function(column){
return axios.get("/sound/function/noise/place/region",{params:{column}})
}
const getTrendChart = function(data){
return axios.post("/sound/function/noise/trend/chart",data)
}
export {
pageBillUrl,
saveFunctionNoiseBill,
@@ -84,6 +93,8 @@ export {
getPlaceGis,
listAllFunctionNoiseUrl,
listAllFunctionNoise,
pageFunctionNoiseStatisticAvgUrl
pageFunctionNoiseStatisticAvgUrl,
getPlaceByRegionLevel,
getTrendChart
}

View File

@@ -70,7 +70,7 @@ 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}})
return axios.get("/sound/zone/noise/place/region",{params:{column}})
}
export {
pageBillUrl,