* finish task #41529.

This commit is contained in:
王怡栋
2021-08-20 13:58:50 +08:00
parent 7160110264
commit 4c841a2f23
6 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -1186,7 +1186,7 @@ class execution extends control
$this->view->title = $title;
$this->view->position = $position;
$this->view->deptUsers = $this->loadModel('dept')->getDeptUserPairs($this->app->user->dept, 'useid');
$this->view->deptUsers = $this->loadModel('dept')->getDeptUserPairs($this->app->user->dept, 'id');
$this->view->canBeChanged = common::canModify('execution', $execution); // Determines whether an object is editable.
$this->display();