This commit is contained in:
yanran200730
2022-08-01 09:27:11 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -566,7 +566,7 @@ export default {
})
this.getColumnarEcharts(xData, yData)
})
},600)
},1000)
}
}
});

View File

@@ -54,10 +54,11 @@ export default {
changeMonth(e) {
if(e.month<=9) {
this.yyyyMM = e.year + '0' + e.month
} else if(e.month > 9) {
this.yyyyMM = e.year + e.month
}
console.log(e);
this.month = e.month
this.getData()
},
// 切换日