This commit is contained in:
zaccaria.majid
2022-10-19 17:11:27 +02:00
parent e769227bb3
commit cae7e50cbd
-7
View File
@@ -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;