@xuda.io/runtime-bundle 1.0.266 → 1.0.267
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14815,18 +14815,20 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
14815
14815
|
is_val_dynamic_field,
|
|
14816
14816
|
reference_source_obj
|
|
14817
14817
|
};
|
|
14818
|
-
|
|
14819
|
-
|
|
14820
|
-
|
|
14821
|
-
|
|
14822
|
-
|
|
14823
|
-
|
|
14824
|
-
|
|
14818
|
+
let _parent_info = parent_infoP || {}
|
|
14819
|
+
_parent_info.iterate_info = iterate_info
|
|
14820
|
+
// if (parent_infoP) {
|
|
14821
|
+
// _parent_info = iterate_info;
|
|
14822
|
+
// } else {
|
|
14823
|
+
// _parent_info = {
|
|
14824
|
+
// iterate_info,
|
|
14825
|
+
// };
|
|
14826
|
+
// }
|
|
14825
14827
|
const $divP = await func.UI.screen.render_ui_tree(
|
|
14826
14828
|
SESSION_ID,
|
|
14827
14829
|
$container,
|
|
14828
14830
|
nodeP,
|
|
14829
|
-
parent_infoP ? _.cloneDeep(
|
|
14831
|
+
_parent_info,//parent_infoP ? _.cloneDeep(_parent_info) : null,
|
|
14830
14832
|
paramsP,
|
|
14831
14833
|
jobNoP,
|
|
14832
14834
|
null,
|
|
@@ -12225,18 +12225,20 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
12225
12225
|
is_val_dynamic_field,
|
|
12226
12226
|
reference_source_obj
|
|
12227
12227
|
};
|
|
12228
|
-
|
|
12229
|
-
|
|
12230
|
-
|
|
12231
|
-
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
|
|
12228
|
+
let _parent_info = parent_infoP || {}
|
|
12229
|
+
_parent_info.iterate_info = iterate_info
|
|
12230
|
+
// if (parent_infoP) {
|
|
12231
|
+
// _parent_info = iterate_info;
|
|
12232
|
+
// } else {
|
|
12233
|
+
// _parent_info = {
|
|
12234
|
+
// iterate_info,
|
|
12235
|
+
// };
|
|
12236
|
+
// }
|
|
12235
12237
|
const $divP = await func.UI.screen.render_ui_tree(
|
|
12236
12238
|
SESSION_ID,
|
|
12237
12239
|
$container,
|
|
12238
12240
|
nodeP,
|
|
12239
|
-
parent_infoP ? _.cloneDeep(
|
|
12241
|
+
_parent_info,//parent_infoP ? _.cloneDeep(_parent_info) : null,
|
|
12240
12242
|
paramsP,
|
|
12241
12243
|
jobNoP,
|
|
12242
12244
|
null,
|