Refresh procedura ricalcolo
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user