This commit is contained in:
zhouxin
2022-04-12 02:26:19 +00:00
parent 4f8d2791ed
commit 105874959c
+1 -1
View File
@@ -321,7 +321,7 @@ class tree extends control
}
else
{
$this->view->optionMenu = $this->tree->getOptionMenu($module->root, $module->type, 0, $branch);
$this->view->optionMenu = $this->tree->getOptionMenu($module->root, $module->type, 0, $module->branch);
}
if($type == 'doc') $this->view->libs = $this->loadModel('doc')->getLibs('all', $extra = 'withObject');