工作站人力资源设置

This commit is contained in:
JinLu.Yin
2022-05-12 18:20:25 +08:00
parent b2977b8c4d
commit d2a49f85a4
5 changed files with 279 additions and 7 deletions

View File

@@ -9,6 +9,14 @@ export function listPost(query) {
})
}
// 查询所有可用岗位,以列表方式返回
export function listAllPost() {
return request({
url: '/system/post/listAll',
method: 'get'
})
}
// 查询岗位详细
export function getPost(postId) {
return request({