@xuda.io/runtime-bundle 1.0.269 → 1.0.270
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.
|
@@ -34184,7 +34184,7 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
34184
34184
|
is_val_dynamic_field,
|
|
34185
34185
|
reference_source_obj
|
|
34186
34186
|
};
|
|
34187
|
-
let _parent_info =
|
|
34187
|
+
let _parent_info = _.cloneDeep(_parent_info) || {}
|
|
34188
34188
|
_parent_info.iterate_info = iterate_info
|
|
34189
34189
|
// if (parent_infoP) {
|
|
34190
34190
|
// _parent_info = iterate_info;
|