@xuda.io/xuda-worker-bundle-min 1.3.859 → 1.3.860

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
@@ -2730,7 +2730,7 @@ func.datasource.execute = async function (
2730
2730
  break;
2731
2731
 
2732
2732
  case "component":
2733
- _raw_data_rows = _ds?.v.raw_data?.rows || [];
2733
+ _raw_data_rows = _.cloneDeep(_ds?.v.raw_data?.rows || []);
2734
2734
  _ds.rows_processed = 0;
2735
2735
  _ds.viewRangeExp_rows_deleted = 0;
2736
2736
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.859",
3
+ "version": "1.3.860",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {