@xuda.io/runtime-bundle 1.0.679 → 1.0.680
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
|
@@ -28709,7 +28709,7 @@ func.datasource.execute = async function (SESSION_ID, dataSourceSession, IS_DATA
|
|
|
28709
28709
|
|
|
28710
28710
|
let _dataSourceFilterModelType = _ds?.progDataSource?.dataSourceFilterModelType;
|
|
28711
28711
|
|
|
28712
|
-
if (
|
|
28712
|
+
if (_ds?.progDataSource?.dataSourceFilterModelTypeFx) {
|
|
28713
28713
|
const fx_ret = await func.expression.get(SESSION_ID, _ds.progDataSource.dataSourceFilterModelTypeFx, dataSourceSession, 'query');
|
|
28714
28714
|
_dataSourceFilterModelType = fx_ret.result;
|
|
28715
28715
|
}
|