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