gaoluyang
8 小时以前 9289a4fbacafcc7a80385fc3a3167f383d5cf991
src/api/system/post.js
@@ -9,6 +9,15 @@
  })
}
export function findPostOptions(query) {
  return request({
    url: '/system/post/optionselect',
    method: 'get',
    params: query
  })
}
// 查询岗位详细
export function getPost(postId) {
  return request({