若依
2020-10-26 7de2cf77b4ee7b2f36402935cf01ca3d44d6e84c
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
  })
}