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