* Adjust module tree data acquisition.

This commit is contained in:
caoyanyi
2023-05-31 10:08:42 +08:00
parent d40808f16d
commit a38518df63
3 changed files with 22 additions and 33 deletions
+5 -5
View File
@@ -90,11 +90,11 @@ toolbar
/* zin: Define the sidebar in main content. */
sidebar
(
// moduleMenu(set(array(
// 'modules' => $modules,
// 'activeKey' => $moduleID,
// 'closeLink' => $this->createLink('execution', 'task')
// )))
moduleMenu(set(array(
'modules' => $moduleTree,
'activeKey' => $moduleID,
'closeLink' => $this->createLink('execution', 'task')
)))
);
/* zin: Define the dtable in main content. */