@xuda.io/runtime-bundle 1.0.1168 → 1.0.1169
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.
|
@@ -27971,11 +27971,11 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
27971
27971
|
// }
|
|
27972
27972
|
// });
|
|
27973
27973
|
const _$elm = queue_obj.paramsP.elem_val.$elm.clone(true);
|
|
27974
|
-
const
|
|
27974
|
+
const $parent = $elm.parent().clone(true);
|
|
27975
27975
|
let _data = _$elm.data();
|
|
27976
27976
|
$elm.remove();
|
|
27977
|
-
const node_to_render = _data.xuData.node; //_data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id);
|
|
27978
|
-
await func.UI.screen.render_ui_tree(queue_obj.paramsP.SESSION_ID, $
|
|
27977
|
+
const node_to_render = _data.xuData.node; //_data.xuData.node_org.children?.find((e) => e.id === queue_obj?.paramsP?.xu_for_item_id); //$(`[xu-ui-id="${parent_id}"]`)
|
|
27978
|
+
await func.UI.screen.render_ui_tree(queue_obj.paramsP.SESSION_ID, $parent, node_to_render, null, _data.xuData.paramsP, queue_obj.jobNoP, null, _data.xuData.key, null, _data.xuData.parent_node, null, _data.xuData.$root_container);
|
|
27979
27979
|
} catch (error) {}
|
|
27980
27980
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
27981
27981
|
},
|