mirror of
https://github.com/PlayEdu/backend
synced 2025-07-17 23:32:34 +08:00
user-loading
This commit is contained in:
parent
87e4a6cc64
commit
c70379c25e
@ -132,9 +132,9 @@ export const MemberPage: React.FC = () => {
|
||||
.then((res: any) => {
|
||||
setList(res.data.data);
|
||||
setTotal(res.data.total);
|
||||
setLoading(false);
|
||||
setTimeout(() => {
|
||||
setSelectedRowKeys([]);
|
||||
setLoading(false);
|
||||
}, 1000);
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user