疯狂的狮子Li
2023-01-30 e94ed91f0b31b4fba6fec17168c8c5e6d9a9604d
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
  })
}