@xuda.io/runtime-bundle 1.0.293 → 1.0.294

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.
@@ -5247,7 +5247,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, j
5247
5247
  if (_ds?.progDataSource?.datasetOutputField) {
5248
5248
  let datasource_changes = {};
5249
5249
 
5250
- let _ds = _session.DS_GLB[ret_get_value.dsSessionP];
5250
+ let _ds = _session.DS_GLB[_ds.dsSessionP];
5251
5251
  if (!datasource_changes[_ds.dsSession]) {
5252
5252
  datasource_changes[_ds.dsSession] = {};
5253
5253
  }
@@ -5248,7 +5248,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, na, rowIdP, j
5248
5248
  if (_ds?.progDataSource?.datasetOutputField) {
5249
5249
  let datasource_changes = {};
5250
5250
 
5251
- let _ds = _session.DS_GLB[ret_get_value.dsSessionP];
5251
+ let _ds = _session.DS_GLB[_ds.dsSessionP];
5252
5252
  if (!datasource_changes[_ds.dsSession]) {
5253
5253
  datasource_changes[_ds.dsSession] = {};
5254
5254
  }