@xuda.io/runtime-bundle 1.0.754 → 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.
@@ -12604,7 +12604,7 @@ 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(value) + ')') + `="${value}"`;
12607
+ let str = val.value.replace(bind_field_id, obj_item) + `="${value}"`;
12608
12608
 
12609
12609
  eval(str);
12610
12610
 
@@ -10314,7 +10314,7 @@ 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(value) + ')') + `="${value}"`;
10317
+ let str = val.value.replace(bind_field_id, obj_item) + `="${value}"`;
10318
10318
 
10319
10319
  eval(str);
10320
10320