RuoYi
2020-10-03 c19fec2cf8f23b132c292bb783ff7c309b5c5a96
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
  })
}