@xuda.io/runtime-bundle 1.0.501 → 1.0.502
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.
|
@@ -31840,7 +31840,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31840
31840
|
null,
|
|
31841
31841
|
null,
|
|
31842
31842
|
wrapper_data.xuData.key, // the wrapper key
|
|
31843
|
-
|
|
31843
|
+
panel_val._ds.dsSession, // the refreshed_ds
|
|
31844
31844
|
wrapper_data.xuData.parent_node, // the wrapper parent node
|
|
31845
31845
|
null,
|
|
31846
31846
|
wrapper_data.xuData.$root_container, // the wrapper root container
|
|
@@ -33452,7 +33452,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
33452
33452
|
return $div;
|
|
33453
33453
|
};
|
|
33454
33454
|
|
|
33455
|
-
func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, keyP,
|
|
33455
|
+
func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $root_container) {
|
|
33456
33456
|
if (!is_skeleton) {
|
|
33457
33457
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
33458
33458
|
var _ds = _session.DS_GLB[paramsP.dsSessionP];
|