@xuda.io/runtime-bundle 1.0.285 → 1.0.286
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.
|
@@ -33578,7 +33578,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
33578
33578
|
let new_arr = reference_source_obj.ret.value;
|
|
33579
33579
|
if (field_prop.props.fieldType === 'object' && !val_is_reference_field) {
|
|
33580
33580
|
let obj_item = new_arr[arr_idx];
|
|
33581
|
-
let e_exp = bind_field_exp.replace(bind_field_id, 'obj_item');
|
|
33581
|
+
let e_exp = bind_field_exp.replace('@' + bind_field_id, 'obj_item');
|
|
33582
33582
|
let new_val = eval(e_exp + `="${value}"`);
|
|
33583
33583
|
new_arr[arr_idx] = obj_item;
|
|
33584
33584
|
} else {
|