sf-crud 12.0.1-beta41 → 12.0.1-beta42

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.
@@ -1180,6 +1180,9 @@
1180
1180
  else
1181
1181
  _this.data = res.data;
1182
1182
  _this.trx = 'u';
1183
+ if (_this.data && _this.data.fecha) {
1184
+ _this.data.fecha = moment__namespace(_this.data.fecha).toDate();
1185
+ }
1183
1186
  }
1184
1187
  else {
1185
1188
  _this.trx = 'c';