openatc-components 0.0.32 → 0.0.33

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.
@@ -384,6 +384,7 @@ export default {
384
384
  })
385
385
  },
386
386
  handlePatternData () {
387
+ if (!this.controlData) return
387
388
  this.newList = []
388
389
  if (Object.keys(this.controlData).length === 0 || this.phaseList.length === 0) return
389
390
  if (!this.controlData.phase) return
@@ -154,7 +154,7 @@ export default {
154
154
  type: Array
155
155
  },
156
156
  planPattern: {
157
- type: Array
157
+ type: Object
158
158
  },
159
159
  allPatternList: {
160
160
  type: Array