@xuda.io/xuda-worker-bundle-min 1.3.1190 → 1.3.1192

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 +12 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -4267,17 +4267,24 @@ func.datasource.update = async function (
4267
4267
  if (!datasource_changed.includes(dataSource)) {
4268
4268
  datasource_changed.push(dataSource);
4269
4269
  }
4270
+
4271
+ if (!_ds.data_feed.rows_changed) {
4272
+ _ds.data_feed.rows_changed = [];
4273
+ }
4274
+ if (!_ds.data_feed.rows_changed.includes(record_id))
4275
+ _ds.data_feed.rows_changed.push(record_id);
4276
+
4270
4277
  } else if (fields_data === "set") {
4271
4278
  _ds.currentRecordId = record_id;
4272
4279
  }
4273
4280
 
4274
4281
 
4275
4282
  }
4276
- if (!_ds.data_feed.rows_changed) {
4277
- _ds.data_feed.rows_changed = [];
4278
- }
4279
- if (!_ds.data_feed.rows_changed.includes(record_id))
4280
- _ds.data_feed.rows_changed.push(record_id);
4283
+ // if (!_ds.data_feed.rows_changed) {
4284
+ // _ds.data_feed.rows_changed = [];
4285
+ // }
4286
+ // if (!_ds.data_feed.rows_changed.includes(record_id))
4287
+ // _ds.data_feed.rows_changed.push(record_id);
4281
4288
  }
4282
4289
 
4283
4290
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1190",
3
+ "version": "1.3.1192",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {