刘元博
2022-10-21 b6153d1aef10638afabc290cac43f1c63342ac6c
ruoyi-ui/src/api/system/post.js
@@ -42,12 +42,3 @@
    method: 'delete'
  })
}
// 导出岗位
export function exportPost(query) {
  return request({
    url: '/system/post/export',
    method: 'get',
    params: query
  })
}