* Modify stage list data.

This commit is contained in:
曹延义
2022-10-12 13:16:40 +08:00
parent 0faea8001e
commit 704de9685b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1052,6 +1052,7 @@ class project extends control
$this->view->productID = $productID;
$this->view->projectID = $projectID;
$this->view->project = $project;
$this->view->projects = $projects;
$this->view->pager = $pager;
$this->view->orderBy = $orderBy;
$this->view->users = $this->loadModel('user')->getPairs('noletter');