Commit 8f3390eb authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复loadingKey设置错误的问题

parent f2f44779
...@@ -79,7 +79,7 @@ const PlatformMemberLevelIndexIndex: React.FC<{}> = props => { ...@@ -79,7 +79,7 @@ const PlatformMemberLevelIndexIndex: React.FC<{}> = props => {
} }
}).finally(() => { }).finally(() => {
msg(); msg();
setStatusLoadingKey(0); setDeleteLoadingKey(0);
}); });
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment