gis,酸雨
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user