zouyu
6 天以前 aae0b49229d8798a2cc31a8449092e2db62e2407
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({