@xuda.io/runtime-bundle 1.0.755 → 1.0.756

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,7 +32273,7 @@ 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 str = val.value.replace(bind_field_id, obj_item) + `="${value}"`;
32277
32277
 
32278
32278
  eval(str);
32279
32279