mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-30 02:58:37 +08:00
!2577 fix(#I4Y6AR): not call OnQueryAsync in edit in cell mode
* chore: bump version 6.4.7 * fix: 修复 InCell 模式更新不刷新页面问题
This commit is contained in:
parent
b480ddb4ce
commit
ace44f11ad
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Razor">
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>6.4.7-beta02</Version>
|
||||
<Version>6.4.7</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
|
||||
|
@ -459,11 +459,8 @@ public partial class Table<TItem>
|
||||
{
|
||||
SelectedRows.Clear();
|
||||
EditInCell = false;
|
||||
if (AddInCell)
|
||||
{
|
||||
AddInCell = false;
|
||||
await QueryAsync();
|
||||
}
|
||||
AddInCell = false;
|
||||
await QueryAsync();
|
||||
}
|
||||
}
|
||||
await ToggleLoading(false);
|
||||
|
Loading…
Reference in New Issue
Block a user