@xuda.io/xuda-worker-bundle-min 1.3.2313 → 1.3.2315

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3202,7 +3202,7 @@ func.datasource.update = async function (SESSION_ID, datasource_changes, update_
3202
3202
  await func.UI.screen.refresh_screen(
3203
3203
  SESSION_ID,
3204
3204
  klona.klona(fields_changed), // _.cloneDeep(fields_changed),
3205
- null,
3205
+ datasource_changed[0],
3206
3206
  datasource_changed[0], // refresh the current datasource only
3207
3207
  value,
3208
3208
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.2313",
3
+ "version": "1.3.2315",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {