mirror of
https://github.com/certd/certd.git
synced 2026-07-28 15:47:40 +08:00
chore: 继续完善审计日志
This commit is contained in:
@@ -17,7 +17,7 @@ export class RoleController extends CrudController<RoleService> {
|
||||
}
|
||||
|
||||
getAuditType(): string {
|
||||
return AuditType.role;
|
||||
return AuditType.role.value;
|
||||
}
|
||||
|
||||
@Post("/page", { description: "sys:auth:role:view" })
|
||||
|
||||
Reference in New Issue
Block a user