添加报告

添加细节
This commit is contained in:
weicw
2021-08-16 18:18:35 +08:00
parent 1b2cde682c
commit e345d037f9
6 changed files with 941 additions and 442 deletions

View File

@@ -49,6 +49,7 @@ const updateRoadNoise = function (data) {
// -------------------------统计---------------------
const pageRoadNoiseStatisticUrl = '/sound/road/noise/statistic';
const pageRoadNoiseCompare = '/sound/road/noise/statistic/compare';
const getHistoryyears = function () {
return axios.get("/sound/road/noise/history-year")
}
@@ -66,6 +67,7 @@ export {
updateRoadNoise,
removeBatchRoadNoise,
pageRoadNoiseStatisticUrl,
getHistoryyears
getHistoryyears,
pageRoadNoiseCompare
}