This commit is contained in:
hufangzhou
2021-12-01 17:09:52 +08:00
parent d7110d4ea8
commit 36fa35d3d1
+1 -1
View File
@@ -31,7 +31,7 @@ class tree extends control
if($this->app->tab == 'product')
{
$this->product->setMenu($rootID, $branch, 0, '', $viewType);
$this->product->setMenu($this->session->product, $branch, 0, '', $viewType);
}
else if($this->app->tab == 'qa' and $viewType != 'caselib')
{