fix: 修复操作日志前端显示问题
This commit is contained in:
@@ -99,6 +99,7 @@ namespace Yi.RBAC.Application.Identity
|
||||
}
|
||||
|
||||
entity.State = state;
|
||||
await _repository.UpdateAsync(entity);
|
||||
return await MapToGetOutputDtoAsync(entity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user