diff --git a/MP.SPEC/Components/ListPARAMS.razor.cs b/MP.SPEC/Components/ListPARAMS.razor.cs index 4b8eda6b..32f1804f 100644 --- a/MP.SPEC/Components/ListPARAMS.razor.cs +++ b/MP.SPEC/Components/ListPARAMS.razor.cs @@ -133,7 +133,7 @@ namespace MP.SPEC.Components { await InvokeAsync(() => { - PagerResetReq.InvokeAsync(true); + PagerResetReq.InvokeAsync(false); //currPage = 1; Task task = UpdateData(); StateHasChanged(); diff --git a/MP.SPEC/Pages/PARAMS.razor.cs b/MP.SPEC/Pages/PARAMS.razor.cs index 501b3d2a..8a73c6d3 100644 --- a/MP.SPEC/Pages/PARAMS.razor.cs +++ b/MP.SPEC/Pages/PARAMS.razor.cs @@ -144,6 +144,7 @@ namespace MP.SPEC.Pages { isLoading = true; currFilter = newParams; + currFilter.LiveUpdate = !currFilter.LiveUpdate; #if false liveUpdate = newParams.LiveUpdate; #endif