This commit is contained in:
hufangzhou
2021-03-25 11:03:59 +08:00
parent 36f4fdd829
commit 5fed4cfffd
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -37,6 +37,10 @@ class tree extends control
$products = $this->product->getPairs('noclosed');
$this->loadModel('qa')->setMenu($products, $rootID);;
}
else if($this->app->openApp == 'project')
{
$this->loadModel('project')->setMenu($this->session->project);
}
/* According to the type, set the module root and modules. */
if(strpos('story|bug|case', $viewType) !== false)