@xuda.io/runtime-bundle 1.0.774 → 1.0.776
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
|
@@ -12604,7 +12604,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12604
12604
|
if (iterate_info.iterator_val === bind_field_id) {
|
|
12605
12605
|
const arr_idx = Number($elm?.data()?.xuData?.iterate_info._key);
|
|
12606
12606
|
// let new_arr = _.cloneDeep(reference_source_obj.ret.value);
|
|
12607
|
-
const dataset_arr = await
|
|
12607
|
+
const dataset_arr = await func.datasource.get_value(SESSION_ID, reference_source_obj.fieldIdP, _dsP, reference_source_obj.currentRecordId);
|
|
12608
12608
|
let new_arr = _.cloneDeep(dataset_arr);
|
|
12609
12609
|
// if (field_prop.props.fieldType === 'object' && !val_is_reference_field) {
|
|
12610
12610
|
if (field_prop.props.fieldType === 'object' && val_is_reference_field) {
|
|
@@ -10314,7 +10314,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10314
10314
|
if (iterate_info.iterator_val === bind_field_id) {
|
|
10315
10315
|
const arr_idx = Number($elm?.data()?.xuData?.iterate_info._key);
|
|
10316
10316
|
// let new_arr = _.cloneDeep(reference_source_obj.ret.value);
|
|
10317
|
-
const dataset_arr = await
|
|
10317
|
+
const dataset_arr = await func.datasource.get_value(SESSION_ID, reference_source_obj.fieldIdP, _dsP, reference_source_obj.currentRecordId);
|
|
10318
10318
|
let new_arr = _.cloneDeep(dataset_arr);
|
|
10319
10319
|
// if (field_prop.props.fieldType === 'object' && !val_is_reference_field) {
|
|
10320
10320
|
if (field_prop.props.fieldType === 'object' && val_is_reference_field) {
|