@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.
- package/index.js +1 -1
- 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
|
-
|
|
3205
|
+
datasource_changed[0],
|
|
3206
3206
|
datasource_changed[0], // refresh the current datasource only
|
|
3207
3207
|
value,
|
|
3208
3208
|
);
|