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