This commit is contained in:
孙华伟
2022-03-01 14:53:57 +08:00
parent af06215820
commit 5b99190d32
2 changed files with 10 additions and 5 deletions
+2
View File
@@ -2069,6 +2069,8 @@ class execution extends control
$this->view->productID = $productID;
$this->view->branchID = $branchID;
$this->view->projectID = $this->loadModel('task')->getProjectID($execution->id);
$this->view->allProducts = $this->loadModel('product')->getProductPairsByProject($this->view->projectID, 'noclosed');
a(count($this->view->allProducts));
$this->view->allPlans = $allPlans;
$this->view->kanbanData = $kanbanData;
$this->view->executionActions = $executionActions;