listParams riga 136 fix pager stop live
PARAMS riga 147 fix filter stop live
This commit is contained in:
@@ -133,7 +133,7 @@ namespace MP.SPEC.Components
|
||||
{
|
||||
await InvokeAsync(() =>
|
||||
{
|
||||
PagerResetReq.InvokeAsync(true);
|
||||
PagerResetReq.InvokeAsync(false);
|
||||
//currPage = 1;
|
||||
Task task = UpdateData();
|
||||
StateHasChanged();
|
||||
|
||||
@@ -144,6 +144,7 @@ namespace MP.SPEC.Pages
|
||||
{
|
||||
isLoading = true;
|
||||
currFilter = newParams;
|
||||
currFilter.LiveUpdate = !currFilter.LiveUpdate;
|
||||
#if false
|
||||
liveUpdate = newParams.LiveUpdate;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user