gaoluyang
2026-03-02 3038089ced9bd8943ba1eeb1c12fd66643db201e
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) {