cleanUp
This commit is contained in:
@@ -70,12 +70,6 @@ namespace MP.SPEC.Pages
|
||||
await Task.Delay(1);
|
||||
}
|
||||
|
||||
protected bool rel { get; set; } = false;
|
||||
|
||||
public bool reload()
|
||||
{
|
||||
return rel = true;
|
||||
}
|
||||
|
||||
protected async Task update(FluxLogDTO selRec)
|
||||
{
|
||||
@@ -93,7 +87,6 @@ namespace MP.SPEC.Pages
|
||||
}
|
||||
else
|
||||
{
|
||||
reload();
|
||||
await JSRuntime.InvokeAsync<bool>("location.reload");
|
||||
await selRecordFlux(null);
|
||||
currDetFluxLogRecord = null;
|
||||
|
||||
Reference in New Issue
Block a user