疯狂的狮子Li
2022-04-11 4c57c2a04408fb8f9c0c08cf8d1919c76a90658c
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
  })
}