mirror of
https://github.com/PlayEdu/backend
synced 2025-07-18 07:27:29 +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) => {
|
.then((res: any) => {
|
||||||
setList(res.data.data);
|
setList(res.data.data);
|
||||||
setTotal(res.data.total);
|
setTotal(res.data.total);
|
||||||
|
setLoading(false);
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
setSelectedRowKeys([]);
|
setSelectedRowKeys([]);
|
||||||
setLoading(false);
|
|
||||||
}, 1000);
|
}, 1000);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user