筛选、导出、弹框优化
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user