meixioacomponent 2.0.33 → 2.0.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixioacomponent",
3
- "version": "2.0.33",
3
+ "version": "2.0.34",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -530,6 +530,8 @@ export default {
530
530
  return timestampArray.map((item) => {
531
531
  return this.returnTimestamp(item)
532
532
  })
533
+ } else if (!timestampArray) {
534
+ return [];
533
535
  }
534
536
  return timestampArray
535
537
  },