mirror of
https://github.com/eyebluecn/tank-front
synced 2024-04-21 12:31:55 +00:00
fix: space list bug
This commit is contained in:
@@ -50,6 +50,7 @@ export default class List extends TankComponent<IProps, IState> {
|
||||
|
||||
componentDidMount() {
|
||||
this.pager.enableHistory();
|
||||
this.pager.setFilterValue('type', 'SHARED'); // 列表只展示共享空间
|
||||
this.pager.httpList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user