feat : 风压echarts按日月年监控数据

This commit is contained in:
2024-02-22 17:31:16 +08:00
parent 3a23b467ec
commit 5a711436b8
2 changed files with 9 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ const handleOpenChart = (id, type) => {
const timeSelect = (index) => {
if (index === 0) {
getChartInfo(openDialogId.value, 'year')
getChartInfo(openDialogId.value, 'years')
} else if (index === 1) {
getChartInfo(openDialogId.value, 'month')
} else if (index === 2) {