feat:岗位 post 的实现 100%(export 功能)
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user