zouyu
2026-04-29 b8db59d4774ce0134f06500400a3723962a1c4b6
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({