Fix richiesta Profilo da Area
This commit is contained in:
@@ -88,8 +88,8 @@ namespace WebWindowComplex.Compo
|
||||
currFrame = CurrFrameWindow,
|
||||
svgNoHw = true
|
||||
};
|
||||
_ = EC_ReqElement.InvokeAsync(CurrFrameWindow);
|
||||
_ = EC_UpdateFrame.InvokeAsync(args);
|
||||
_ = EC_ReqElement.InvokeAsync(CurrFrameWindow);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1288,8 +1288,7 @@ namespace WebWindowComplex
|
||||
reqList.Add(item.GroupId);
|
||||
}
|
||||
}
|
||||
if (prevReq == (int)DataReq.ReqElement)
|
||||
await DoReqElement(reqList);
|
||||
await DoReqElement(reqList);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -89,6 +89,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user