@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.
@@ -12604,9 +12604,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12604
12604
  let obj_item = new_arr[arr_idx];
12605
12605
  // let e_exp = bind_field_exp.replace('@' + bind_field_id, 'obj_item');
12606
12606
  // let new_val = eval(e_exp + `="${value}"`);
12607
- let str = val.value.replace(bind_field_id, '(' + JSON.stringify(obj_item) + ')') + `="${value}"`;
12607
+ let e_exp = val.value.replace(bind_field_id, 'obj_item');
12608
12608
 
12609
- eval(str);
12609
+ let new_val = eval(e_exp + `="${value}"`);
12610
12610
 
12611
12611
  new_arr[arr_idx] = obj_item;
12612
12612
  } else {
@@ -10314,9 +10314,9 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10314
10314
  let obj_item = new_arr[arr_idx];
10315
10315
  // let e_exp = bind_field_exp.replace('@' + bind_field_id, 'obj_item');
10316
10316
  // let new_val = eval(e_exp + `="${value}"`);
10317
- let str = val.value.replace(bind_field_id, '(' + JSON.stringify(obj_item) + ')') + `="${value}"`;
10317
+ let e_exp = val.value.replace(bind_field_id, 'obj_item');
10318
10318
 
10319
- eval(str);
10319
+ let new_val = eval(e_exp + `="${value}"`);
10320
10320
 
10321
10321
  new_arr[arr_idx] = obj_item;
10322
10322
  } else {