This commit is contained in:
shijingjing
2022-08-01 09:10:00 +08:00
parent 551b94c894
commit b0808608f0
2 changed files with 3 additions and 2 deletions

View File

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

View File

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