30698
This commit is contained in:
@@ -566,7 +566,7 @@ export default {
|
||||
})
|
||||
this.getColumnarEcharts(xData, yData)
|
||||
})
|
||||
},600)
|
||||
},1000)
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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()
|
||||
},
|
||||
// 切换日
|
||||
|
||||
Reference in New Issue
Block a user