openatc-components 0.0.48 → 0.0.49

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": "openatc-components",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -1187,7 +1187,7 @@ export default {
1187
1187
  }
1188
1188
  },
1189
1189
  created () {
1190
- if (this.patternOne.length === 0 && this.planPattern.rings) {
1190
+ if (this.patternOne.length === 0 && this.planPattern.rings.length > 0) {
1191
1191
  this.handleStageData(this.planPattern.rings)
1192
1192
  }
1193
1193
  this.initData()