feat: 【ele】站内信管理新增批量删除

This commit is contained in:
puhui999
2025-06-16 21:26:38 +08:00
parent d1b3a98b7c
commit 586c9e161c
3 changed files with 73 additions and 21 deletions

View File

@@ -59,6 +59,13 @@ export function deleteNotifyTemplate(id: number) {
return requestClient.delete(`/system/notify-template/delete?id=${id}`);
}
/** 批量删除站内信模板 */
export function deleteNotifyTemplateList(ids: number[]) {
return requestClient.delete(
`/system/notify-template/delete-list?ids=${ids.join(',')}`,
);
}
/** 导出站内信模板 */
export function exportNotifyTemplate(params: any) {
return requestClient.download('/system/notify-template/export-excel', {