@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.
- 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
|
@@ -5243,7 +5243,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, rowIdP, jobNo
|
|
|
5243
5243
|
} catch (err) {
|
|
5244
5244
|
// console.error(err);
|
|
5245
5245
|
}
|
|
5246
|
-
const datasetOutputField =
|
|
5246
|
+
const datasetOutputField = _ds?.progDataSource?.datasetOutputField;
|
|
5247
5247
|
if (datasetOutputField) {
|
|
5248
5248
|
let ret_get_value = await func.datasource.get_value(SESSION_ID, datasetOutputField, _ds.dsSession);
|
|
5249
5249
|
if (ret_get_value.found) {
|
|
@@ -5244,7 +5244,7 @@ func.datasource.callback = async function (SESSION_ID, dsSessionP, rowIdP, jobNo
|
|
|
5244
5244
|
} catch (err) {
|
|
5245
5245
|
// console.error(err);
|
|
5246
5246
|
}
|
|
5247
|
-
const datasetOutputField =
|
|
5247
|
+
const datasetOutputField = _ds?.progDataSource?.datasetOutputField;
|
|
5248
5248
|
if (datasetOutputField) {
|
|
5249
5249
|
let ret_get_value = await func.datasource.get_value(SESSION_ID, datasetOutputField, _ds.dsSession);
|
|
5250
5250
|
if (ret_get_value.found) {
|