RuoYi
2020-02-25 bb1340ecc6f1a6bf40ccf7eebcb58312f6c6af4d
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
  })
}