瀏覽代碼

修改重复绑定问题

haojianlong 4 年之前
父節點
當前提交
d9766ab9c3
共有 1 個文件被更改,包括 3 次插入0 次删除
  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) {