This commit is contained in:
tanghucheng
2022-10-25 14:53:46 +08:00
committed by caoyanyi
parent 191cd16145
commit 97784da1b2
+1
View File
@@ -47,6 +47,7 @@ class tree extends control
}
else if($this->app->tab == 'feedback')
{
$branch = 'all';
$products = $this->loadModel('feedback')->getGrantProducts();
if(!$rootID) $rootID = key($products);
$this->loadModel('feedback')->setMenu($rootID, $viewType, $viewType);