@xuda.io/runtime-bundle 1.0.776 → 1.0.777
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.
|
@@ -32274,7 +32274,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32274
32274
|
const arr_idx = Number($elm?.data()?.xuData?.iterate_info._key);
|
|
32275
32275
|
// let new_arr = _.cloneDeep(reference_source_obj.ret.value);
|
|
32276
32276
|
const dataset_arr = await func.datasource.get_value(SESSION_ID, reference_source_obj.fieldIdP, _dsP, reference_source_obj.currentRecordId);
|
|
32277
|
-
let new_arr = _.cloneDeep(dataset_arr);
|
|
32277
|
+
let new_arr = _.cloneDeep(dataset_arr.ret.value);
|
|
32278
32278
|
// if (field_prop.props.fieldType === 'object' && !val_is_reference_field) {
|
|
32279
32279
|
if (field_prop.props.fieldType === 'object' && val_is_reference_field) {
|
|
32280
32280
|
let obj_item = new_arr[arr_idx];
|