review:【ANTD】批量删除代码

This commit is contained in:
YunaiV
2025-05-19 19:52:25 +08:00
parent 9503ef4b52
commit 241e340c3f
10 changed files with 21 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ function onCreate() {
}
/** 删除角色 */
// TODO @星语:要不要改成 handleXXX 风格?貌似看着更多项目是这么写的,不去改变大家的习惯。
async function onDelete(row: SystemRoleApi.Role) {
message.loading({
content: $t('ui.actionMessage.deleting', [row.name]),