gaoluyang
2026-01-16 c88965bd2b306f7f5efbfacc31cff171736bf652
src/api/system/post.js
@@ -8,6 +8,14 @@
    params: query
  })
}
// 查询岗位列表全部
export function listPostAll(query) {
  return request({
    url: '/system/post/listAll',
    method: 'get',
    params: query
  })
}
// 查询岗位详细
export function getPost(postId) {