mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat:对接岗位管理,修复模板生成bug
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user