zouyu
2026-05-25 edc6b742457bcdfcfbd49ff41a625f956a733459
src/api/system/post.js
@@ -9,6 +9,14 @@
  })
}
// 获取岗位选择框列表
export function optionSelect() {
  return request({
    url: '/system/post/optionSelect',
    method: 'get'
  })
}
// 查询岗位详细
export function getPost(postId) {
  return request({