This commit is contained in:
孙华伟
2022-03-03 09:34:41 +08:00
parent 4f5455a114
commit e0640737c2
2 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -2086,11 +2086,11 @@ class execution extends control
$this->view->productNum = count($products);
$this->view->branchID = $branchID;
$this->view->projectID = $this->loadModel('task')->getProjectID($execution->id);
$this->view->allProducts = $this->product->getProductPairsByProject($this->view->projectID, 'noclosed');
$this->view->allPlans = $allPlans;
$this->view->kanbanData = $kanbanData;
$this->view->executionActions = $executionActions;
$this->view->kanban = $this->lang->execution->kanban;
$this->view->linkedProducts = $this->product->getProducts($executionID);
$this->display();
}