|
@@ -39,7 +39,7 @@ class Group extends Apic
|
|
|
|
|
|
$groupList = collection(AuthGroup::where('id', 'in', $this->childrenGroupIds)->select())->toArray();
|
|
|
|
|
|
- Tree::instance()->init($groupList);
|
|
|
+ Tree::instance()->init($groupList,null,'');
|
|
|
$groupList = [];
|
|
|
if ($this->auth->isSuperAdmin()) {
|
|
|
$groupList = Tree::instance()->getTreeList(Tree::instance()->getTreeArray(0));
|