Merge branch 'sprint/182_liumengyi_fixbug' into 'master'

* Fix bug #18481.

See merge request easycorp/zentaopms!1490
This commit is contained in:
孙广明
2022-01-19 03:17:59 +00:00
5 changed files with 13 additions and 6 deletions
+1
View File
@@ -1604,6 +1604,7 @@ class execution extends control
$this->view->rdUsers = $rdUsers;
$this->view->users = $this->user->getPairs('nodeleted|noclosed');
$this->view->allProjects = $this->project->getPairsByModel('all', 0, 'noclosed');
$this->view->project = $this->project->getById($execution->project);
$this->view->groups = $this->loadModel('group')->getPairs();
$this->view->allProducts = $allProducts;
$this->view->linkedProducts = $linkedProducts;