* Finish task #85038, #85039.

This commit is contained in:
liumengyi
2023-02-21 01:05:24 +00:00
parent df38f27ead
commit 95e3978fb0
17 changed files with 300 additions and 204 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ class programplan extends control
$this->view->productList = $productList;
$this->view->project = $project;
$this->view->productID = $productID ? $productID : key($productList);
$this->view->stages = empty($planID) ? $this->loadModel('stage')->getStages('id_asc') : array();
$this->view->stages = empty($planID) ? $this->loadModel('stage')->getStages('id_asc', 0, $project->model) : array();
$this->view->programPlan = $programPlan;
$this->view->plans = empty($executions) ? $plans : $executions;
$this->view->planID = $planID;