review:【ANTD】批量删除代码

This commit is contained in:
YunaiV
2025-05-20 21:02:28 +08:00
parent 0e6c46ea09
commit f03d8fa9ee
5 changed files with 4 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ export function deleteDemo01Contact(id: number) {
}
/** 批量删除示例联系人 */
// TODO @puhui999ByIds这种按照约定是不带的针对 Id 的情况哈。
export function deleteDemo01ContactListByIds(ids: number[]) {
return requestClient.delete(
`/infra/demo01-contact/delete-list?ids=${ids.join(',')}`,