@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -8898,7 +8898,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8898
8898
|
// $elm.empty();
|
|
8899
8899
|
|
|
8900
8900
|
$.each($elm.children(), (key, val) => {
|
|
8901
|
-
if ($(val).data.xuData.
|
|
8901
|
+
if ($(val).data().xuData.nodeid === queue_obj?.paramsP?.xu_for_item_id) {
|
|
8902
8902
|
$(val).remove();
|
|
8903
8903
|
}
|
|
8904
8904
|
});
|
|
@@ -13622,7 +13622,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
13622
13622
|
node: nodeP,
|
|
13623
13623
|
node_org: _.cloneDeep(nodeP),
|
|
13624
13624
|
is_panelP: _paramsP.is_panelP,
|
|
13625
|
-
|
|
13625
|
+
ui_id,
|
|
13626
13626
|
elem_prop: elem_propP,
|
|
13627
13627
|
debug_info: {
|
|
13628
13628
|
id: nodeP.id,
|
|
@@ -8899,7 +8899,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
8899
8899
|
// $elm.empty();
|
|
8900
8900
|
|
|
8901
8901
|
$.each($elm.children(), (key, val) => {
|
|
8902
|
-
if ($(val).data.xuData.
|
|
8902
|
+
if ($(val).data().xuData.nodeid === queue_obj?.paramsP?.xu_for_item_id) {
|
|
8903
8903
|
$(val).remove();
|
|
8904
8904
|
}
|
|
8905
8905
|
});
|
|
@@ -11353,7 +11353,7 @@ func.UI.screen.create_container = function (SESSION_ID, $root_container, nodeP,
|
|
|
11353
11353
|
node: nodeP,
|
|
11354
11354
|
node_org: _.cloneDeep(nodeP),
|
|
11355
11355
|
is_panelP: _paramsP.is_panelP,
|
|
11356
|
-
|
|
11356
|
+
ui_id,
|
|
11357
11357
|
elem_prop: elem_propP,
|
|
11358
11358
|
debug_info: {
|
|
11359
11359
|
id: nodeP.id,
|