10
This commit is contained in:
@@ -126,7 +126,7 @@ class UserRoleController extends Crud
|
||||
} else {
|
||||
$pid = $role->pid;
|
||||
}
|
||||
$this->checkRules($pid, $data['rules'] ?? '');
|
||||
//$this->checkRules($pid, $data['rules'] ?? '');
|
||||
$this->doUpdate($id, $data);
|
||||
|
||||
// 删除所有子角色组中已经不存在的权限
|
||||
|
||||
Reference in New Issue
Block a user