Yjoioooo
2023-03-09 891f71b1c2f1c0e17a4eb3653c7e23a9e468e1cf
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
  })
}