This commit is contained in:
zhouxudong
2022-04-07 17:26:23 +08:00
parent 69a8379657
commit 3bf6c7fd5e
+1
View File
@@ -1616,6 +1616,7 @@ class block extends control
*/
public function printExecutionOverviewBlock()
{
$this->app->loadLang('project');
$projectID = $this->view->block->module == 'my' ? 0 : (int)$this->session->project;
$executions = $this->loadModel('execution')->getList($projectID);