guarantee-lsq %!s(int64=2) %!d(string=hai) anos
pai
achega
69afd60baf
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/views/opc/Opc.vue

+ 3 - 1
src/views/opc/Opc.vue

@@ -131,7 +131,9 @@ export default {
   created () {
     this.positionId = this.$route.query.line
     this.setTree()
-    this.getOpcInfo()
+    if (this.positionId || this.positionId !== '') {
+      this.getOpcInfo()
+    }
   },
   methods: {
     resize (newRect) {