gongchunyi
14 小时以前 9648963e54f4d9f0d2bba06dd2ef7c9c37a3c3d9
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({