fix: brace mismatch in Classes fetchData try/catch/finally

This commit is contained in:
2026-07-09 19:49:21 +08:00
parent c59fd6ce92
commit bc2ff2b270

View File

@@ -101,7 +101,7 @@ const ClassesPage: React.FC = () => {
} catch (e: any) {
message.error(e?.message || '加载失败,请稍后重试');
}
} finally {
finally {
setLoading(false);
}
}, [filterStatus, filterType, showArchived]);