@xuda.io/runtime-bundle 1.0.611 → 1.0.613
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.
|
@@ -31798,12 +31798,12 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31798
31798
|
null,
|
|
31799
31799
|
wrapper_data.xuData.$root_container, // the wrapper root container
|
|
31800
31800
|
);
|
|
31801
|
-
|
|
31802
|
-
// remove old panel content
|
|
31803
|
-
$.each(panel_val.ids, async function (key, val) {
|
|
31804
|
-
$("[xu-ui-id='" + val + ts + "']").remove();
|
|
31805
|
-
});
|
|
31806
31801
|
}
|
|
31802
|
+
|
|
31803
|
+
// remove old panel content
|
|
31804
|
+
$.each(panel_val.ids, async function (key, val) {
|
|
31805
|
+
$("[xu-ui-id='" + val + ts + "']").remove();
|
|
31806
|
+
});
|
|
31807
31807
|
} catch (error) {
|
|
31808
31808
|
debugger;
|
|
31809
31809
|
}
|