* Send branchID to page.

This commit is contained in:
sunguangming
2023-07-26 17:17:10 +08:00
parent 35f5d6845e
commit dbd2b9029b
+1 -1
View File
@@ -348,7 +348,6 @@ class productplan extends control
$this->view->branches = array('all' => $this->lang->productplan->allAB . ' ' . $planCount) + $branchPairs;
}
$this->view->branchID = $branchID;
$this->view->kanbanData = $this->loadModel('kanban')->getPlanKanban($product, $branchID, $planGroup);
}
@@ -357,6 +356,7 @@ class productplan extends control
$this->view->title = $productName . $this->lang->colon . $this->lang->productplan->browse;
$this->view->productID = $productID;
$this->view->branch = $branch;
$this->view->branchID = $branchID;
$this->view->branchStatusList = $branchStatusList;
$this->view->productPlansNum = $this->productplan->getList($productID, $branch, 'all');
$this->view->browseType = $browseType;