@xuda.io/runtime-bundle 1.0.679 → 1.0.681

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.
@@ -1977,7 +1977,7 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
1977
1977
 
1978
1978
  let _dataSourceFilterModelType = _ds?.progDataSource?.dataSourceFilterModelType;
1979
1979
 
1980
- if (ds?.progDataSource?.dataSourceFilterModelTypeFx) {
1980
+ if (_ds?.progDataSource?.dataSourceFilterModelTypeFx) {
1981
1981
  const fx_ret = await func.expression.get(SESSION_ID, _ds.progDataSource.dataSourceFilterModelTypeFx, dataSourceSession, 'query');
1982
1982
  _dataSourceFilterModelType = fx_ret.result;
1983
1983
  }
@@ -1977,7 +1977,7 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
1977
1977
 
1978
1978
  let _dataSourceFilterModelType = _ds?.progDataSource?.dataSourceFilterModelType;
1979
1979
 
1980
- if (ds?.progDataSource?.dataSourceFilterModelTypeFx) {
1980
+ if (_ds?.progDataSource?.dataSourceFilterModelTypeFx) {
1981
1981
  const fx_ret = await func.expression.get(SESSION_ID, _ds.progDataSource.dataSourceFilterModelTypeFx, dataSourceSession, 'query');
1982
1982
  _dataSourceFilterModelType = fx_ret.result;
1983
1983
  }