mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-12 16:57:10 +08:00
feat: 部门管理新增导出
This commit is contained in:
@@ -27,3 +27,8 @@ export function updateDept(data: any, id: string) {
|
||||
export function deleteDept(id: string) {
|
||||
return http.del(`${BASE_URL}/${id}`)
|
||||
}
|
||||
|
||||
/** @desc 导出部门 */
|
||||
export function exportDept(query: System.DeptQuery) {
|
||||
return http.download<any>(`${BASE_URL}/export`, query)
|
||||
}
|
||||
|
Reference in New Issue
Block a user