* Task#3942

This commit is contained in:
滔哥
2018-05-08 23:12:49 +08:00
parent c4eb4ee453
commit a16a48a323
10 changed files with 399 additions and 363 deletions
+2 -2
View File
@@ -984,7 +984,7 @@ class project extends control
$acl = $copyProject->acl;
$whitelist = $copyProject->whitelist;
$products = $this->project->getProducts($copyProjectID);
}
}
if(!empty($planID))
{
@@ -1462,7 +1462,7 @@ class project extends control
$this->view->project = $project;
$this->view->projectID = $projectID;
$this->view->level = $type;
$this->view->tree = $tree;
$this->view->tree = $this->project->printTree($tree);
$this->display();
}