趋势图前端代码提交-未完成

This commit is contained in:
art_station
2021-12-24 17:11:39 +08:00
parent c400e30d82
commit b8affdb541
4 changed files with 21873 additions and 71 deletions

View File

@@ -71,6 +71,10 @@ const getGisBase = function(data){
const getGisArea = function(data){
return axios.get("/sound/road/noise/gis/area",{params:data})
}
const getTrendChart = function(data){
return axios.post("/sound/road/noise/trend/chart",data)
}
export {
pageBillUrl,
saveRoadNoiseBill,
@@ -91,6 +95,6 @@ export {
listAll,
getGisBase,
getGisArea,
roadNoiseYearEnd
roadNoiseYearEnd,
getTrendChart
}