Merge branch 'sprint/185_fixbug_lanzongjun_19903' into 'sprint/185'

* Fix bug #19903

See merge request easycorp/zentaopms!1941
This commit is contained in:
王怡栋
2022-02-24 05:05:56 +00:00
+1 -1
View File
@@ -167,7 +167,7 @@ class doc extends control
if(empty($executions)) unset($libTypeList['execution']);
$this->view->groups = $this->loadModel('group')->getPairs();
$this->view->users = $this->user->getPairs('nocode');
$this->view->users = $this->user->getPairs('nocode|noclosed');
$this->view->products = $products;
$this->view->projects = $projects;
$this->view->executions = $executions;