* Add the branch switcher in tree browse page.

This commit is contained in:
hufangzhou
2021-11-25 12:22:56 +08:00
parent fb8ff15c2a
commit e431847c58
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class tree extends control
if($this->app->tab == 'product')
{
$this->product->setMenu($rootID, 0, 0, '', $viewType);
$this->product->setMenu($rootID, $branch, 0, '', $viewType);
}
else if($this->app->tab == 'qa' and $viewType != 'caselib')
{