fix: 修复操作日志前端显示问题

This commit is contained in:
橙子
2023-02-21 21:15:05 +08:00
parent fa4e0b3752
commit 72decd970a
8 changed files with 38 additions and 17 deletions

View File

@@ -99,6 +99,7 @@ namespace Yi.RBAC.Application.Identity
}
entity.State = state;
await _repository.UpdateAsync(entity);
return await MapToGetOutputDtoAsync(entity);
}
}