大更新
This commit is contained in:
@@ -62,7 +62,10 @@ const getHistoryyears = function () {
|
||||
const getColumnOptions = function(column){
|
||||
return axios.get("/sound/zone/noise/options",{params:{column}})
|
||||
}
|
||||
|
||||
// ---gis--
|
||||
const getPlaceGis = function(data){
|
||||
return axios.get("/sound/zone/noise/gis/place",{params:data})
|
||||
}
|
||||
export {
|
||||
pageBillUrl,
|
||||
saveZoneNoiseBill,
|
||||
@@ -82,6 +85,7 @@ export {
|
||||
statisticSourceUrl,
|
||||
statisticYearUrl,
|
||||
listALlZoneNoise,
|
||||
statisticLevelDistributionUrl
|
||||
statisticLevelDistributionUrl,
|
||||
getPlaceGis
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user