fix:分页及chart bug修复

This commit is contained in:
wangwenrui
2020-06-08 18:11:17 +08:00
parent 022b145320
commit f42e33e1b5
3 changed files with 11 additions and 10 deletions

View File

@@ -101,7 +101,7 @@
}
}
// console.log(this.option)
if(this.series&&this.series.length>0){
if(this.series){
this.$set(this.option,'series',this.series);
this.noData=false;
this.chart.clear();