疯狂的狮子Li
2022-05-10 e4267c5c5605704ca8eae2dfc55efdb475f2ec1c
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
  })
}