perf: 【ANTD】新增 general 标准模式批量删除代码示例

This commit is contained in:
puhui999
2025-05-20 18:00:11 +08:00
parent 495aa10695
commit 33d0da02ef
6 changed files with 6 additions and 6 deletions

View File

@@ -109,7 +109,7 @@ async function onDelete(row: Demo01ContactApi.Demo01Contact) {
key: 'action_process_msg',
});
await getList();
} catch {
} finally {
hideLoading();
}
}