stye: 删除 console

This commit is contained in:
zhangyu
2021-07-05 17:45:16 +08:00
parent 42009580aa
commit 2b89e99f08
7 changed files with 2 additions and 17 deletions

View File

@@ -296,7 +296,6 @@ export default {
}
})
this.$nextTick(() => {
// console.log(this.legend, this.chartDatas)
this.$refs.messageChart.setRandomColors(this.chartDatas.length)
this.$refs.messageChart.setLegend(this.legend)
this.$refs.messageChart.setSeries(this.chartDatas)