修复 RackManagement.jsx useMemo 缺少依赖数组

This commit is contained in:
zhang1106
2025-12-26 14:47:23 +08:00
parent 54ff2c8108
commit 41b998a216
+1 -1
View File
@@ -285,7 +285,7 @@ function RackManagement() {
</Space>
),
},
];
], [showModal, handleDelete]);
return (
<div>