1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00

Org export log (#6652)

* org admin export log

* optimize code

* optimize code

* optimize code

* update

* update code

* update

---------

Co-authored-by: 孙永强 <11704063+s-yongqiang@user.noreply.gitee.com>
Co-authored-by: r350178982 <32759763+r350178982@users.noreply.github.com>
This commit is contained in:
awu0403
2024-09-02 18:07:40 +08:00
committed by GitHub
parent b4059f9bf7
commit 670ee89f24
14 changed files with 357 additions and 52 deletions

View File

@@ -76,11 +76,6 @@ class SystemAdminAPI {
return this.req.get(url, { params: params });
}
queryAsyncOperationExportExcel(task_id) {
const url = this.server + '/api/v2.1/query-export-status/?task_id=' + task_id;
return this.req.get(url);
}
adminGroup2Department(groupID) {
const url = this.server + '/api/v2.1/admin/groups/' + groupID + '/group-to-department/';
return this.req.post(url);