趋势图前端代码提交-未完成
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user