mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +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:
@@ -73,7 +73,14 @@ class Org extends React.Component {
|
||||
if (location.href.indexOf(`${siteRoot}org/departmentadmin`) != -1) {
|
||||
currentTab = 'departmentadmin';
|
||||
}
|
||||
this.setState({ currentTab: currentTab });
|
||||
if (location.href.indexOf(`${siteRoot}org/logadmin/`) != -1) {
|
||||
if (currentTab === 'logadmin') {
|
||||
currentTab = 'fileaudit';
|
||||
}
|
||||
}
|
||||
this.setState({
|
||||
currentTab: currentTab
|
||||
});
|
||||
}
|
||||
|
||||
onCloseSidePanel = () => {
|
||||
|
Reference in New Issue
Block a user