SPEC:
- review reset filtro in pagina PODL
This commit is contained in:
@@ -152,6 +152,7 @@ namespace MP.SPEC.Components.ProdKit
|
||||
protected async Task resetSel(bool forceUpdate)
|
||||
{
|
||||
currRecord = null;
|
||||
currPage = 1;
|
||||
if (forceUpdate)
|
||||
{
|
||||
await ReloadData();
|
||||
@@ -161,6 +162,7 @@ namespace MP.SPEC.Components.ProdKit
|
||||
protected async Task selRecord(PODLExpModel? selRec)
|
||||
{
|
||||
currRecord = selRec;
|
||||
currPage = 1;
|
||||
await EC_RecordSel.InvokeAsync(selRec);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user