gis,酸雨

This commit is contained in:
weicw
2021-09-01 04:58:49 +08:00
parent ab71482bae
commit cb8fc96527
20 changed files with 37128 additions and 1312 deletions

View File

@@ -55,6 +55,13 @@ const getHistoryyears = function () {
const getColumnOptions = function(column){
return axios.get("/sound/function/noise/options",{params:{column}})
}
const getGisBase = function(data){
return axios.get("/sound/function/noise/gis",{params:data})
}
const getGisArea = function(data){
return axios.get("/sound/function/noise/gis/area",{params:data})
}
export {
pageBillUrl,
saveFunctionNoiseBill,
@@ -70,6 +77,8 @@ export {
removeBatchFunctionNoise,
pageFunctionNoiseStatisticUrl,
getHistoryyears,
getColumnOptions
getColumnOptions,
getGisBase,
getGisArea
}