区域导入导出
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user