Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
fix: hideloading
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiyuan committed May 15, 2018
1 parent 68193bf commit e0445e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/index/component/trend.js
Original file line number Diff line number Diff line change
Expand Up @@ -1510,6 +1510,11 @@ export default class Trend extends Component {
+ '&endTime=' + endTime;
self.getTrendData(url, option, true, false);
}
else {
if (e.target.chart) {
e.target.chart.hideLoading();
}
}
}

getAllTime(data) {
Expand Down

0 comments on commit e0445e7

Please sign in to comment.