@xuda.io/runtime-bundle 1.0.883 → 1.0.884
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
|
@@ -1508,7 +1508,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
|
|
|
1508
1508
|
prog_id: prog_id,
|
|
1509
1509
|
dsSession: dataSourceSession,
|
|
1510
1510
|
fieldId: fieldIdP,
|
|
1511
|
-
parentDataSourceNoP,
|
|
1511
|
+
parentDataSourceNo: parentDataSourceNoP,
|
|
1512
1512
|
};
|
|
1513
1513
|
return ret;
|
|
1514
1514
|
};
|
package/js/xuda-worker-bundle.js
CHANGED
|
@@ -1508,7 +1508,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
|
|
|
1508
1508
|
prog_id: prog_id,
|
|
1509
1509
|
dsSession: dataSourceSession,
|
|
1510
1510
|
fieldId: fieldIdP,
|
|
1511
|
-
parentDataSourceNoP,
|
|
1511
|
+
parentDataSourceNo: parentDataSourceNoP,
|
|
1512
1512
|
};
|
|
1513
1513
|
return ret;
|
|
1514
1514
|
};
|