Load porta a prima apertura da REDIS
This commit is contained in:
@@ -14,8 +14,6 @@ namespace WebDoorCreator.UI.Components.DoorDef
|
||||
set
|
||||
{
|
||||
_svgContent = value;
|
||||
//Log.Info($"Ricevuto {value}");
|
||||
//StateHasChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -117,6 +117,9 @@ namespace WebDoorCreator.UI.Pages
|
||||
ListHwDoorOp = null;
|
||||
orderStatus = null;
|
||||
await Task.Delay(1);
|
||||
// cerco img porta...
|
||||
DoorSvgContent = await QDataServ.DoorGetLastSvg(idDoor);
|
||||
// recupero altri dati
|
||||
var ListRecordDoorOp = await WDService.DoorOpGetByDoorId(idDoor);
|
||||
if (ListRecordDoorOp != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user