Refresh procedura ricalcolo

This commit is contained in:
Samuele Locatelli
2023-10-23 12:08:47 +02:00
parent afd3ec34bb
commit 3b82c3efcf
+1 -1
View File
@@ -63,10 +63,10 @@ namespace MP.SPEC.Pages
int stepVal = 1;
foreach (var item in fluxList)
{
await InvokeAsync(StateHasChanged);
// aggiorno valori
currVal = (currStep - 1) * stepVal;
nextVal = currStep * stepVal;
await InvokeAsync(StateHasChanged);
// processo i flussi 1:1 x mandare update ad avanzamento
await MDataServ.FluxLogDataRedux(idxMaccSel, new List<string> { item }, CurrPeriodo, ValMode, IntReq, NumItem);
currStep++;