市同比与年同比
This commit is contained in:
@@ -50,6 +50,7 @@ const updateZoneNoise = function (data) {
|
||||
// -------------------------统计---------------------
|
||||
const pageZoneNoiseStatisticUrl = '/sound/zone/noise/statistic';
|
||||
const statisticSourceUrl = '/sound/zone/noise/statistic/source';
|
||||
const statisticYearUrl = '/sound/zone/noise/statistic/year';
|
||||
const getHistoryyears = function () {
|
||||
return axios.get("/sound/zone/noise/history-year")
|
||||
}
|
||||
@@ -73,6 +74,7 @@ export {
|
||||
pageZoneNoiseStatisticUrl,
|
||||
getHistoryyears,
|
||||
getColumnOptions,
|
||||
statisticSourceUrl
|
||||
statisticSourceUrl,
|
||||
statisticYearUrl
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user