openatc-components 0.1.30 → 0.1.31

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.30",
3
+ "version": "0.1.31",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -865,6 +865,7 @@ export default {
865
865
  this.peoplestatus[i].isshow = false
866
866
  }
867
867
  }
868
+ if (!showlist[0].peddirection) return
868
869
  if (showlist[0].peddirection.length === 0) return
869
870
  for (let i = 0; i < showlist[0].peddirection.length; i++) {
870
871
  for (let j = 0; j < this.peoplestatus.length; j++) {