* Finish task #5306.

This commit is contained in:
Yagami
2019-02-23 13:16:24 +08:00
parent 7d53d77799
commit 6225b8aecb
+2
View File
@@ -71,6 +71,8 @@ class company extends control
/* Get users. */
$users = $this->company->getUsers($type, $queryID, $deptID, $sort, $pager);
/* Remove passwd. */
foreach($users as $user) $user->password = '';
/* Assign. */
$this->view->title = $this->lang->company->index . $this->lang->colon . $this->lang->dept->common;