reactor:统一导出的 url 都是 export-excel

This commit is contained in:
YunaiV
2025-06-17 08:39:59 +08:00
parent fd65e03fe0
commit 7276d0a909
6 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ export function deletePostList(ids: number[]) {
/** 导出岗位 */
export function exportPost(params: any) {
return requestClient.download('/system/post/export', {
return requestClient.download('/system/post/export-excel', {
params,
});
}