This commit is contained in:
孙华伟
2022-03-01 15:37:05 +08:00
parent 5b99190d32
commit 23511a0472
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -2070,7 +2070,6 @@ class execution extends control
$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;