gaoluyang
2026-01-16 763dac9a4b0ffcf72cc34ef436a7b29d28683cc0
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) {