fix
This commit is contained in:
parent
bb4c0e21b2
commit
88338a4593
1 changed files with 0 additions and 2 deletions
|
|
@ -598,8 +598,6 @@ export class OrganizationController extends Controller {
|
|||
}
|
||||
|
||||
if (!request.user.role.includes('SUPER_ADMIN')) {
|
||||
console.log("none super_admin");
|
||||
|
||||
_data = await new permission().PermissionOrgList(request, "SYS_ORG");
|
||||
}
|
||||
const orgRevision = await this.orgRevisionRepository.findOne({ where: { id } });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue