@xuda.io/runtime-bundle 1.0.256 → 1.0.257
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.
|
@@ -33776,8 +33776,14 @@ func.UI.screen.execute_xu_functions = async function (
|
|
|
33776
33776
|
// if (reference_source_obj) {
|
|
33777
33777
|
// view_field_id = (reference_source_obj.fieldIdP || "") + val.value;
|
|
33778
33778
|
// }
|
|
33779
|
-
view_field_id = $elm.data().xuData.node_org.id + val.value;
|
|
33779
|
+
// view_field_id = $elm.data().xuData.node_org.id + val.value;
|
|
33780
|
+
if (val.value === "_FOR_KEY") {
|
|
33781
|
+
view_field_id = $elm.data().xuData.iterate_info.iterator_key;
|
|
33782
|
+
}
|
|
33780
33783
|
|
|
33784
|
+
if (val.value === "_FOR_VAL") {
|
|
33785
|
+
view_field_id = $elm.data().xuData.iterate_info.iterator_val;
|
|
33786
|
+
}
|
|
33781
33787
|
is_dynamic_field = true
|
|
33782
33788
|
field_prop = _ds.dynamic_fields[view_field_id]
|
|
33783
33789
|
} else {
|