Commit 8b6fa9c7 by 冷斌

fix bug

parent 6b8a8c52
...@@ -149,9 +149,6 @@ class UserGroupAction extends AdministratorAction ...@@ -149,9 +149,6 @@ class UserGroupAction extends AdministratorAction
]; ];
if ($result) { if ($result) {
foreach ($result as $key => $value) { foreach ($result as $key => $value) {
if (in_array($value['id'], $except)) {
continue;
}
$list[$key]['checkboxValue'] = $value['id']; $list[$key]['checkboxValue'] = $value['id'];
if ($value['pid'] == 0) { if ($value['pid'] == 0) {
$list[$key]['data']['nodeName'] = $value['rulename']; $list[$key]['data']['nodeName'] = $value['rulename'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment