RuoYi
2020-03-13 109c64e7c20e044ee3fa650f0d0599aeb64633e8
ruoyi-ui/src/api/system/post.js
@@ -41,4 +41,13 @@
    url: '/system/post/' + postId,
    method: 'delete'
  })
}
// 导出岗位
export function exportPost(query) {
  return request({
    url: '/system/post/export',
    method: 'get',
    params: query
  })
}