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

pull/112/head
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();
}
}

View File

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

View File

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

View File

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

View File

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

View File

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