字典、统计
This commit is contained in:
@@ -28,6 +28,10 @@ const getZoneNoiseBill = function (id) {
|
||||
}
|
||||
// -------------------------数据---------------------
|
||||
const pageZoneNoiseUrl = '/sound/zone/noise/page';
|
||||
const listAllZoneNoiseUrl = '/sound/zone/noise';
|
||||
const listALlZoneNoise = function (params){
|
||||
return axios.get(listAllZoneNoiseUrl,{params})
|
||||
}
|
||||
// 添加
|
||||
const saveZoneNoise = function (data) {
|
||||
return axios.post("/sound/zone/noise",data)
|
||||
@@ -75,6 +79,7 @@ export {
|
||||
getHistoryyears,
|
||||
getColumnOptions,
|
||||
statisticSourceUrl,
|
||||
statisticYearUrl
|
||||
statisticYearUrl,
|
||||
listALlZoneNoise
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user