gaoluyang
23 小时以前 1f17fe5e687b4dadef305d25b1e97ce8cd1afc8a
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) {