@zgfe/modules-interval 1.0.23-zhongyuan.20 → 1.0.23-zhongyuan.21

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.
@@ -231,6 +231,7 @@ export function formTableData(originalData) {
231
231
  }
232
232
  function createNewArray(data) {
233
233
  var _series$, _series$$total;
234
+ if (!data) return [];
234
235
  var _data$appData = data === null || data === void 0 ? void 0 : data.appData,
235
236
  _data$appData$series = _data$appData.series,
236
237
  series = _data$appData$series === void 0 ? [] : _data$appData$series;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.23-zhongyuan.20",
3
+ "version": "1.0.23-zhongyuan.21",
4
4
  "private": false,
5
5
  "module": "dist/esm/index.js",
6
6
  "typings": "dist/esm/index.d.ts",
@@ -59,7 +59,7 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "89128080db9fbac26cbff23dbe2188780f3d7e33",
62
+ "gitHead": "1f96c7a67cd1b71447a953b6aa9367cb592671ab",
63
63
  "gitHooks": {
64
64
  "pre-commit": "lint-staged"
65
65
  }