@xuda.io/runtime-bundle 1.0.604 → 1.0.605
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
|
});
|
|
@@ -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
|
});
|