大更新
This commit is contained in:
@@ -56,7 +56,10 @@ const getHistoryyears = function () {
|
||||
const getColumnOptions = function(column){
|
||||
return axios.get("/acidRain/acidRain/options",{params:{column}})
|
||||
}
|
||||
|
||||
// ---gis--
|
||||
const getPlaceGis = function(data){
|
||||
return axios.get("/acidRain/acidRain/gis/place",{params:data})
|
||||
}
|
||||
const statisticCity = "/acidRain/acidRain/statistic/city"
|
||||
const statisticCounty = "/acidRain/acidRain/statistic/county"
|
||||
const statisticIon = "/acidRain/acidRain/statistic/ion"
|
||||
@@ -79,5 +82,6 @@ export {
|
||||
getColumnOptions,
|
||||
statisticCity,
|
||||
statisticIon,
|
||||
statisticCounty
|
||||
statisticCounty,
|
||||
getPlaceGis
|
||||
}
|
||||
@@ -67,6 +67,10 @@ const statisticUrl = "/ambientAir/ambientAir/statistic";
|
||||
const statisticAreaBase = "/ambientAir/ambientAir/statistic/areaBase";
|
||||
const statisticArea = "/ambientAir/ambientAir/statistic/area";
|
||||
|
||||
// ---gis--
|
||||
const getPlaceGis = function(data){
|
||||
return axios.get("/ambientAir/ambientAir/gis/place",{params:data})
|
||||
}
|
||||
// 排行
|
||||
const airDayRankUrl = "/zhenQiWang/ambientAirZhenqiCityDayAqiRankData";
|
||||
const airMonthRankUrl = "/zhenQiWang/ambientAirZhenqiCityMonthComprehensiveAqiRankData/page";
|
||||
@@ -90,6 +94,7 @@ export {
|
||||
updateAir,
|
||||
removeBatchAir,
|
||||
getColumnOptions,
|
||||
getPlaceGis,
|
||||
statisticAvg,
|
||||
statisticUrl,
|
||||
statisticAreaBase,
|
||||
@@ -60,12 +60,10 @@ 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})
|
||||
// ---gis--
|
||||
const getPlaceGis = function(data){
|
||||
return axios.get("/sound/function/noise/gis/place",{params:data})
|
||||
}
|
||||
export {
|
||||
pageBillUrl,
|
||||
@@ -83,8 +81,7 @@ export {
|
||||
pageFunctionNoiseStatisticUrl,
|
||||
getHistoryyears,
|
||||
getColumnOptions,
|
||||
getGisBase,
|
||||
getGisArea,
|
||||
getPlaceGis,
|
||||
listAllFunctionNoiseUrl,
|
||||
listAllFunctionNoise,
|
||||
pageFunctionNoiseStatisticAvgUrl
|
||||
|
||||
@@ -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