@xuda.io/runtime-bundle 1.0.678 → 1.0.679
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.
- package/js/xuda-runtime-bundle.js +1 -1
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +1 -1
- package/js/xuda-runtime-slim.min.es.js +1 -1
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +1 -1
- package/js/xuda-worker-bundle.js +1 -1
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -3599,7 +3599,7 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
|
|
|
3599
3599
|
filterModelUserSql: _ds.progDataSource.filterModelUserSql,
|
|
3600
3600
|
};
|
|
3601
3601
|
|
|
3602
|
-
let _dataSourceFilterModelType =
|
|
3602
|
+
let _dataSourceFilterModelType = _ds?.progDataSource?.dataSourceFilterModelType;
|
|
3603
3603
|
|
|
3604
3604
|
if (ds?.progDataSource?.dataSourceFilterModelTypeFx) {
|
|
3605
3605
|
const fx_ret = await func.expression.get(SESSION_ID, _ds.progDataSource.dataSourceFilterModelTypeFx, dataSourceSession, 'query');
|
|
@@ -3600,7 +3600,7 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
|
|
|
3600
3600
|
filterModelUserSql: _ds.progDataSource.filterModelUserSql,
|
|
3601
3601
|
};
|
|
3602
3602
|
|
|
3603
|
-
let _dataSourceFilterModelType =
|
|
3603
|
+
let _dataSourceFilterModelType = _ds?.progDataSource?.dataSourceFilterModelType;
|
|
3604
3604
|
|
|
3605
3605
|
if (ds?.progDataSource?.dataSourceFilterModelTypeFx) {
|
|
3606
3606
|
const fx_ret = await func.expression.get(SESSION_ID, _ds.progDataSource.dataSourceFilterModelTypeFx, dataSourceSession, 'query');
|