筛选、导出、弹框优化

This commit is contained in:
weicw
2021-08-20 17:18:50 +08:00
parent a70ffbecae
commit bb7618242d
29 changed files with 37994 additions and 1874 deletions

View File

@@ -53,6 +53,9 @@ const pageRoadNoiseCompare = '/sound/road/noise/statistic/compare';
const getHistoryyears = function () {
return axios.get("/sound/road/noise/history-year")
}
const getColumnOptions = function(column){
return axios.get("/sound/road/noise/options",{params:{column}})
}
export {
pageBillUrl,
saveRoadNoiseBill,
@@ -68,6 +71,7 @@ export {
removeBatchRoadNoise,
pageRoadNoiseStatisticUrl,
getHistoryyears,
pageRoadNoiseCompare
pageRoadNoiseCompare,
getColumnOptions
}