fix;合并修复问题

This commit is contained in:
ljy
2026-07-09 21:42:36 +08:00
parent 3d3588babb
commit 336116fbf2
18 changed files with 341 additions and 190 deletions
+2 -2
View File
@@ -52,8 +52,8 @@ export default function StoreListPage() {
body: JSON.stringify({ status: next }),
});
await loadStores();
} catch (e) {
setError(e instanceof Error ? e.message : '状态更新失败');
} catch {
/* request 已 toast */
} finally {
setUpdatingId(null);
}