@xuda.io/runtime-bundle 1.0.611 → 1.0.612
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.
|
@@ -9839,12 +9839,12 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9839
9839
|
null,
|
|
9840
9840
|
wrapper_data.xuData.$root_container, // the wrapper root container
|
|
9841
9841
|
);
|
|
9842
|
-
|
|
9843
|
-
// remove old panel content
|
|
9844
|
-
$.each(panel_val.ids, async function (key, val) {
|
|
9845
|
-
$("[xu-ui-id='" + val + ts + "']").remove();
|
|
9846
|
-
});
|
|
9847
9842
|
}
|
|
9843
|
+
|
|
9844
|
+
// remove old panel content
|
|
9845
|
+
$.each(panel_val.ids, async function (key, val) {
|
|
9846
|
+
$("[xu-ui-id='" + val + ts + "']").remove();
|
|
9847
|
+
});
|
|
9848
9848
|
} catch (error) {
|
|
9849
9849
|
debugger;
|
|
9850
9850
|
}
|