mirror of
https://github.com/dotnetcore/BootstrapBlazor.git
synced 2025-12-20 10:26:41 +08:00
!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:
@@ -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'">
|
||||
|
||||
@@ -338,6 +338,7 @@ namespace BootstrapBlazor.Components
|
||||
if (queryData != null)
|
||||
{
|
||||
RowItemsCache = null;
|
||||
Items = null;
|
||||
QueryItems = queryData.Items;
|
||||
if (IsTree)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user