feat:岗位 post 的实现 100%(export 功能)

This commit is contained in:
YunaiV
2025-03-29 20:00:00 +08:00
parent cac69a0283
commit a08d73b034
7 changed files with 194 additions and 5 deletions

View File

@@ -48,5 +48,7 @@ export function deletePost(id: number) {
/** 导出岗位 */
export function exportPost(params: any) {
return requestClient.download('/system/post/export', params);
return requestClient.download('/system/post/export', {
params
});
}