This commit is contained in:
孙华伟
2022-02-28 15:46:06 +08:00
parent 0ea4f15d4b
commit 271e52a98c
2 changed files with 11 additions and 4 deletions
-1
View File
@@ -2084,7 +2084,6 @@ class execution extends control
$this->view->branchID = $branchID;
$this->view->projectID = $this->loadModel('task')->getProjectID($execution->id);
$this->view->allProducts = array(0 => '') + $this->loadModel('product')->getProductPairsByProject($this->view->projectID, 'noclosed');
a($this->view->allProducts);
$this->view->allPlans = $allPlans;
$this->view->kanbanData = $kanbanData;
$this->view->executionActions = $executionActions;