feat:对接岗位管理,修复模板生成bug

This commit is contained in:
AN
2025-04-04 17:32:27 +08:00
parent b984725bb0
commit 73cfa34796
12 changed files with 622 additions and 7 deletions

View File

@ -28,7 +28,7 @@ export function fetchUpdatePost(data: Api.System.PostOperateParams) {
}
/** 批量删除岗位信息 */
export function fetchDeletePost(postIds: CommonType.IdType[]) {
export function fetchBatchDeletePost(postIds: CommonType.IdType[]) {
return request<boolean>({
url: `/system/post/${postIds.join(',')}`,
method: 'delete'