@xuda.io/runtime-bundle 1.0.708 → 1.0.709

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.
@@ -3324,7 +3324,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3324
3324
  for (const [key, val] of Object.entries(_ds.args.parameters_raw_obj)) {
3325
3325
  if (fields_changed.includes(val)) {
3326
3326
  let ret = await func.expression.get(SESSION_ID, '@' + val, _dsSession, 'parameters');
3327
- _ds.args.parameters_obj_inP[val] = ret.result;
3327
+ _ds.in_parameters[val].value = ret.result;
3328
3328
  }
3329
3329
  }
3330
3330
  }
@@ -3324,7 +3324,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3324
3324
  for (const [key, val] of Object.entries(_ds.args.parameters_raw_obj)) {
3325
3325
  if (fields_changed.includes(val)) {
3326
3326
  let ret = await func.expression.get(SESSION_ID, '@' + val, _dsSession, 'parameters');
3327
- _ds.args.parameters_obj_inP[val] = ret.result;
3327
+ _ds.in_parameters[val].value = ret.result;
3328
3328
  }
3329
3329
  }
3330
3330
  }