瀏覽代碼

编辑器为解决图例获取不到grahId问题

xiebeibei 4 年之前
父節點
當前提交
c098630d27
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      src/views/drafts.vue

+ 4 - 3
src/views/drafts.vue

@@ -251,7 +251,7 @@ export default {
       this.floorName = id.Gcode;
       this.floorId = id.Gname;
       this.categoryId = items.Id;
-      this.getLegend();
+      // this.getLegend();
       this.checkFloor(id.Gname);
       console.log(items);
     },
@@ -295,7 +295,7 @@ export default {
             this.floorName = this.treeData[0].children[0].children[0].Gcode;
             this.floorId = this.treeData[0].children[0].Gname;
             this.categoryId = this.treeData[0].children[0].Id;
-            this.getLegend();
+            // this.getLegend();
             this.checkFloor(this.treeData[0].children[0].children[0].Gname);
           }else{
             this.treeData[0].open=true;
@@ -304,7 +304,7 @@ export default {
             this.floorName = this.treeData[0].children[0].Gcode;
             this.floorId = this.treeData[0].Gname;
             this.categoryId = this.treeData[0].Id;
-            this.getLegend();
+            // this.getLegend();
             this.checkFloor(this.treeData[0].children[0].Gname);
           }
 
@@ -469,6 +469,7 @@ export default {
               this.scene.Relations.push(t);
             });
             this.view.fitSceneToView();
+            this.getLegend();
           }
         });
       });