区域导入导出

This commit is contained in:
weicw
2021-08-25 23:31:05 +08:00
parent fd90065205
commit f68ca5f61d
20 changed files with 1734 additions and 2026 deletions

View File

@@ -52,6 +52,9 @@ const pageZoneNoiseStatisticUrl = '/sound/zone/noise/statistic';
const getHistoryyears = function () {
return axios.get("/sound/zone/noise/history-year")
}
const getColumnOptions = function(column){
return axios.get("/sound/zone/noise/options",{params:{column}})
}
export {
pageBillUrl,
saveZoneNoiseBill,
@@ -66,6 +69,7 @@ export {
updateZoneNoise,
removeBatchZoneNoise,
pageZoneNoiseStatisticUrl,
getHistoryyears
getHistoryyears,
getColumnOptions
}