酸雨代码暂存
This commit is contained in:
@@ -60,9 +60,12 @@ const getColumnOptions = function(column){
|
||||
const getPlaceGis = function(data){
|
||||
return axios.get("/acidRain/acidRain/gis/place",{params:data})
|
||||
}
|
||||
const getPlaceOptions = (regionLevel) => axios.get("/acidRain/acidRain/placeOptions", {params:{regionLevel}})
|
||||
|
||||
const getTrendChart = function(data){
|
||||
return axios.post("/acidRain/acidRain/trend/chart",data)
|
||||
}
|
||||
const getYearOptions = () => axios.get("/acidRain/acidRain/yearOptions")
|
||||
const getPlaceByRegionLevel = function(column){
|
||||
return axios.get("/acidRain/acidRain/place/region",{params:{column}})
|
||||
}
|
||||
@@ -90,6 +93,8 @@ export {
|
||||
statisticIon,
|
||||
statisticCounty,
|
||||
getPlaceGis,
|
||||
getYearOptions,
|
||||
getPlaceOptions,
|
||||
getTrendChart,
|
||||
getPlaceByRegionLevel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user