openatc-components 0.1.60 → 0.1.61

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.1.60",
3
+ "version": "0.1.61",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -194,7 +194,7 @@ export default {
194
194
  let idPattern = this.localPatternList.filter(item => item.id === this.controlData.patternid)
195
195
  if (idPattern.length === 0 || (this.controlData && this.showCondition)) {
196
196
  this.handleTentivePatternData()
197
- } else if (this.controlData) {
197
+ } else {
198
198
  this.handlePatternData()
199
199
  }
200
200
  this.handleBarrierHeight()