!1569 fix(#I4004S): not show body data when set Items and OnQueryAsync both

* chore: bump version to 5.1.1
* fix: 修复同时设置 Items 与 OnQueryAsync 时不显示内容问题
This commit is contained in:
Argo
2021-07-09 15:02:18 +00:00
parent f8d1bbf78f
commit 8398cbfc3a
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<Version>5.1.0</Version>
<Version>5.1.1</Version>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">

View File

@@ -338,6 +338,7 @@ namespace BootstrapBlazor.Components
if (queryData != null)
{
RowItemsCache = null;
Items = null;
QueryItems = queryData.Items;
if (IsTree)
{