测点信息

This commit is contained in:
weicw
2021-08-09 18:03:43 +08:00
parent 29fbf507ae
commit 4542c10045
12 changed files with 2119 additions and 1204 deletions

View File

@@ -49,6 +49,9 @@ const updateRoadNoise = function (data) {
// -------------------------统计---------------------
const pageRoadNoiseStatisticUrl = '/sound/road/noise/statistic';
const getHistoryyears = function () {
return axios.get("/sound/road/noise/history-year")
}
export {
pageBillUrl,
saveRoadNoiseBill,
@@ -62,6 +65,7 @@ export {
removeRoadNoise,
updateRoadNoise,
removeBatchRoadNoise,
pageRoadNoiseStatisticUrl
pageRoadNoiseStatisticUrl,
getHistoryyears
}