@xuda.io/runtime-bundle 1.0.755 → 1.0.757

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.
@@ -32273,9 +32273,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32273
32273
  let obj_item = new_arr[arr_idx];
32274
32274
  // let e_exp = bind_field_exp.replace('@' + bind_field_id, 'obj_item');
32275
32275
  // let new_val = eval(e_exp + `="${value}"`);
32276
- let str = val.value.replace(bind_field_id, '(' + JSON.stringify(obj_item) + ')') + `="${value}"`;
32276
+ let e_exp = val.value.replace(bind_field_id, 'obj_item');
32277
32277
 
32278
- eval(str);
32278
+ let new_val = eval(e_exp + `="${value}"`);
32279
32279
 
32280
32280
  new_arr[arr_idx] = obj_item;
32281
32281
  } else {