趋势图变更
This commit is contained in:
3
src/api/ecology/dict.js
Normal file
3
src/api/ecology/dict.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import axios from 'axios';
|
||||
// 查询全部字典项
|
||||
export const getDictData = params => axios.get("/sys/dictdata",{params})
|
||||
@@ -75,6 +75,9 @@ const getGisArea = function(data){
|
||||
const getTrendChart = function(data){
|
||||
return axios.post("/sound/road/noise/trend/chart",data)
|
||||
}
|
||||
const getPlaceByRegionLevel = function(column){
|
||||
return axios.get("/sound/road/noise/place/region",{params:{column}})
|
||||
}
|
||||
export {
|
||||
pageBillUrl,
|
||||
saveRoadNoiseBill,
|
||||
@@ -96,5 +99,6 @@ export {
|
||||
getGisBase,
|
||||
getGisArea,
|
||||
roadNoiseYearEnd,
|
||||
getTrendChart
|
||||
getTrendChart,
|
||||
getPlaceByRegionLevel
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user