feat : 风压echarts按日月年监控数据
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user