@xuda.io/runtime-bundle 1.0.604 → 1.0.606
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27823,7 +27823,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
27823
27823
|
// $elm.empty();
|
|
27824
27824
|
|
|
27825
27825
|
$.each($elm.children(), (key, val) => {
|
|
27826
|
-
if ($(val).data.xuData.
|
|
27826
|
+
if ($(val).data().xuData.nodeid === queue_obj?.paramsP?.xu_for_item_id) {
|
|
27827
27827
|
$(val).remove();
|
|
27828
27828
|
}
|
|
27829
27829
|
});
|
|
@@ -33312,7 +33312,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
33312
33312
|
node: nodeP,
|
|
33313
33313
|
node_org: _.cloneDeep(nodeP),
|
|
33314
33314
|
is_panelP: _paramsP.is_panelP,
|
|
33315
|
-
|
|
33315
|
+
ui_id,
|
|
33316
33316
|
elem_prop: elem_propP,
|
|
33317
33317
|
debug_info: {
|
|
33318
33318
|
id: nodeP.id,
|