功能区导入

This commit is contained in:
weicw
2021-08-24 14:50:13 +08:00
parent a460e0c3e4
commit b797562ab4
15 changed files with 1906 additions and 1967 deletions

View File

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