This commit is contained in:
孙华伟
2022-03-02 13:15:04 +08:00
parent 03b0221c99
commit e7d721af85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2083,7 +2083,7 @@ 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');
$this->view->allProducts = $this->product->getProductPairsByProject($this->view->projectID, 'noclosed');
$this->view->allPlans = $allPlans;
$this->view->kanbanData = $kanbanData;
$this->view->executionActions = $executionActions;