Revert "add:添加了岗位信息,实现了通过岗位查询到该岗位的角色的功能"

This reverts commit a72aaafdfb.
This commit is contained in:
wxy 2025-08-04 17:07:06 +08:00
parent fcd9604272
commit d25a34e579
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ export function updatePost(postId: string, data: T.PostUpdateReq) {
*/
export function deletePost(postId: string) {
return http.del<any>(`${BASE_URL}/${postId}`)
}
}