* Finish task#36499.

This commit is contained in:
qiyu-xie
2021-03-09 16:57:21 +08:00
parent 074bce86fd
commit a295e11e63
4 changed files with 33 additions and 29 deletions
+2 -2
View File
@@ -110,8 +110,8 @@ class execution extends control
$this->view->executions = $this->executions;
$this->view->execution = $execution;
$this->view->childExecutions = $childExecutions;
$this->view->products = $products;
$this->view->teamMembers = $teamMembers;
$this->view->products = $products;
$this->view->teamMembers = $teamMembers;
return $execution;
}