疯狂的狮子Li
2022-03-23 0488495a3436fefa43535d9335e7e00f5c5f30bc
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
  })
}