Compare commits
No commits in common. "29f241d46bc4100b2062de759e933f23d212197d" and "228837ceade5fd1246342f983bb6de221e8c1971" have entirely different histories.
29f241d46b
...
228837cead
@ -448,7 +448,7 @@ class Home extends React.Component {
|
||||
});
|
||||
this.getTeam();
|
||||
this.getHomeTitle();
|
||||
//定时器功能,暂时不开启??2分钟刷一次
|
||||
//定时器功能,暂时不开启
|
||||
this.timerID = setInterval(() => {
|
||||
if (this._isMounted) {
|
||||
this.getBaseInfoData(1, this.state.tableKey, 5);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user