fix: space list bug

This commit is contained in:
seaheart
2023-08-12 21:12:42 +08:00
parent 83d3db1000
commit 714c506b49
+1
View File
@@ -50,6 +50,7 @@ export default class List extends TankComponent<IProps, IState> {
componentDidMount() {
this.pager.enableHistory();
this.pager.setFilterValue('type', 'SHARED'); // 列表只展示共享空间
this.pager.httpList();
}