* finish task #6656.

This commit is contained in:
wangyidong
2019-12-05 11:25:12 +08:00
parent 2115b47e59
commit 7d6913d91c
2 changed files with 16 additions and 13 deletions

View File

@@ -41,7 +41,7 @@ class dept extends control
$this->view->depts = $this->dept->getTreeMenu($rootDeptID = 0, array('deptmodel', 'createManageLink'));
$this->view->parentDepts = $parentDepts;
$this->view->sons = $this->dept->getSons($deptID);
$this->view->tree = $this->dept->getDataStructure(0);
$this->view->tree = $this->dept->getDataStructure();
$this->display();
}