区域噪声趋势图暂存
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user