@xuda.io/runtime-bundle 1.0.495 → 1.0.496
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.
|
@@ -31827,6 +31827,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31827
31827
|
const $div_elm = panel_val.$panel_div;
|
|
31828
31828
|
const wrapper_data = $div_elm.data();
|
|
31829
31829
|
|
|
31830
|
+
if (_.isEmpty(wrapper_data)) continue;
|
|
31831
|
+
|
|
31830
31832
|
try {
|
|
31831
31833
|
// const panelDivData = panel_val.$panel_div.data().xuPanelWrapper.panelDivData;
|
|
31832
31834
|
const new_$div = await func.UI.screen.render_ui_tree(
|