feat: 🚀 优化

This commit is contained in:
2025-07-09 12:28:30 +08:00
parent 207baaf8a4
commit 29fd5146e3

View File

@@ -11,7 +11,7 @@ const getBoxRestart = async (datas: any, proTable: any) => {
const result = await getBoxRestartApi({ ids });
if (result.status === 200) {
msgHtml("操作成功 !");
proTable.value!.reset();
proTable.value!.getTableList();
} else {
msgHtml(result.message);
}