正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -62,7 +62,7 @@ class Admin extends Backend | @@ -62,7 +62,7 @@ class Admin extends Backend | ||
62 | if ($this->request->isAjax()) | 62 | if ($this->request->isAjax()) |
63 | { | 63 | { |
64 | 64 | ||
65 | - $childrenGroupIds = $this->auth->getChildrenAdminIds(true); | 65 | + $childrenGroupIds = $this->childrenGroupIds; |
66 | $groupName = AuthGroup::where('id', 'in', $childrenGroupIds) | 66 | $groupName = AuthGroup::where('id', 'in', $childrenGroupIds) |
67 | ->column('id,name'); | 67 | ->column('id,name'); |
68 | $authGroupList = AuthGroupAccess::where('group_id', 'in', $childrenGroupIds) | 68 | $authGroupList = AuthGroupAccess::where('group_id', 'in', $childrenGroupIds) |
-
请 注册 或 登录 后发表评论