This commit is contained in:
liyuchun
2022-06-30 08:55:39 +00:00
parent 70a58529fe
commit 7159907f1c
+1 -1
View File
@@ -441,7 +441,7 @@ class productplan extends control
$this->view->plan = $plan;
$this->view->actions = $this->loadModel('action')->getList('productplan', $planID);
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->plans = $this->productplan->getPairs($plan->product, $plan->branch);
$this->view->plans = $this->productplan->getPairs($plan->product, $plan->branch, '', true);
$this->view->modules = $this->loadModel('tree')->getOptionMenu($plan->product);
$this->view->type = $type;
$this->view->orderBy = $orderBy;