Merge branch 'sprint/174_hufangzhou_45085' into 'master'

* Modify the branch switcher in qa menu.

See merge request easycorp/zentaopms!617
This commit is contained in:
朱金勇
2021-11-25 06:59:32 +00:00
+1 -1
View File
@@ -36,7 +36,7 @@ class tree extends control
else if($this->app->tab == 'qa' and $viewType != 'caselib')
{
$products = $this->product->getPairs('noclosed');
$this->loadModel('qa')->setMenu($products, $rootID, 0, $viewType);
$this->loadModel('qa')->setMenu($products, $rootID, $branch, $viewType);
}
else if($this->app->tab == 'project')
{