功能区代码暂存
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user