大更新

This commit is contained in:
weicw
2021-11-04 22:30:40 +08:00
parent e3b8cafdac
commit 18f4bd8a4d
45 changed files with 1447 additions and 16807 deletions

View File

@@ -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
}