Bläddra i källkod

修改重复绑定问题

haojianlong 4 år sedan
förälder
incheckning
d9766ab9c3
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      src/views/ready/buildfloor/repetitionGraphy.vue

+ 3 - 0
src/views/ready/buildfloor/repetitionGraphy.vue

@@ -124,6 +124,8 @@ export default {
       } else {
         this.init()
       }
+    } else {
+      this.init()
     }
     this.getCountModel()
     this.$nextTick(() => {
@@ -242,6 +244,7 @@ export default {
           this.currentModelId = t.ModelId;
           t.ModelId && this.getFileName(t.ModelId)
         }).filter((t) => t)
+        console.log(this.alreadyRelatedModel);
       })
     },
     changeSign(flag) {