This commit is contained in:
tianshujie
2022-03-02 10:02:27 +08:00
parent 2ef598afcc
commit 391d9cc18b
3 changed files with 13 additions and 8 deletions
+5
View File
@@ -662,6 +662,11 @@ class user extends control
if($this->post->account) $this->user->batchEdit();
return print(js::locate($this->session->userList ? $this->session->userList : $this->createLink('company', 'browse', "deptID=$deptID"), 'parent'));
}
else
{
return print(js::locate($this->session->userList ? $this->session->userList : $this->createLink('company', 'browse', "deptID=$deptID"), 'parent'));
}
$this->lang->user->menu = $this->lang->company->menu;
$this->lang->user->menuOrder = $this->lang->company->menuOrder;