@xuda.io/runtime-bundle 1.0.455 → 1.0.457
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.
|
@@ -31828,7 +31828,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31828
31828
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
31829
31829
|
SESSION_ID,
|
|
31830
31830
|
$div_elm, // the wrapper
|
|
31831
|
-
_.cloneDeep(wrapper_data.xuData.node_org[0]), // the xu-panel node
|
|
31831
|
+
_.cloneDeep(wrapper_data.xuData.node_org.children[0]), // the xu-panel node
|
|
31832
31832
|
{},
|
|
31833
31833
|
wrapper_data.xuData.paramsP, // the wrapper params
|
|
31834
31834
|
null,
|