* Fix execution team info error.

This commit is contained in:
holan20180123
2021-04-19 11:43:31 +08:00
parent cab9785e00
commit 796bafb2ca
9 changed files with 24 additions and 5 deletions
+1
View File
@@ -1177,6 +1177,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->canBeChanged = common::canModify('execution', $execution); // Determines whether an object is editable.
$this->display();