Commit 94d94b1f by sunchao

Merge branch 'dev' of http://139.224.139.2:9091/chaosun/CFFP into dev

parents bfdae61d d1d23b0c
...@@ -167,7 +167,9 @@ ...@@ -167,7 +167,9 @@
} }
this.chartData.categories = categories; this.chartData.categories = categories;
this.chartData.series = [{name:'月',data:data}]; this.chartData.series = [{name:'月',data:data}];
this.userStudyTime(); if(this.studyInfos){
this.userStudyTime();
}
} }
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment