* Finish task#36497.

This commit is contained in:
qiyu-xie
2021-03-11 20:38:45 +08:00
parent b8885bc1ea
commit 8fb5c79481
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -2500,7 +2500,8 @@ class execution extends control
$this->view->module = $module;
$this->view->method = $method;
$this->view->extra = $extra;
$this->view->executions = $this->execution->getByProject($execution->project);
$this->view->projects = $this->project->getPairsByModel();
$this->view->executions = $this->execution->getList();
$this->display();
}