@xuda.io/runtime-bundle 1.0.302 → 1.0.303

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.
@@ -3619,7 +3619,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, rowIdP, jobNo
3619
3619
  } catch (err) {
3620
3620
  // console.error(err);
3621
3621
  }
3622
- const datasetOutputField = ds?.progDataSource?.datasetOutputField;
3622
+ const datasetOutputField = _ds?.progDataSource?.datasetOutputField;
3623
3623
  if (datasetOutputField) {
3624
3624
  let ret_get_value = await func.datasource.get_value(SESSION_ID, datasetOutputField, _ds.dsSession);
3625
3625
  if (ret_get_value.found) {
@@ -3619,7 +3619,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, rowIdP, jobNo
3619
3619
  } catch (err) {
3620
3620
  // console.error(err);
3621
3621
  }
3622
- const datasetOutputField = ds?.progDataSource?.datasetOutputField;
3622
+ const datasetOutputField = _ds?.progDataSource?.datasetOutputField;
3623
3623
  if (datasetOutputField) {
3624
3624
  let ret_get_value = await func.datasource.get_value(SESSION_ID, datasetOutputField, _ds.dsSession);
3625
3625
  if (ret_get_value.found) {