YaolongHan 4 anni fa
parent
commit
dc5887c473
2 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 2 2
      package.json
  2. 4 4
      src/views/drafts.vue

+ 2 - 2
package.json

@@ -9,10 +9,10 @@
   },
   "dependencies": {
     "@saga-web/base": "2.1.22",
-    "@saga-web/big": "1.0.61",
+    "@saga-web/big": "1.0.64",
     "@saga-web/draw": "2.1.100",
     "@saga-web/feng-map": "1.0.16",
-    "@saga-web/graph": "2.1.98",
+    "@saga-web/graph": "2.1.101",
     "ant-design-vue": "^1.6.0",
     "core-js": "^3.6.4",
     "element-ui": "^2.13.2",

+ 4 - 4
src/views/drafts.vue

@@ -263,8 +263,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);
     },
@@ -306,7 +305,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;
@@ -315,7 +314,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);
           }
         } else {
@@ -468,6 +467,7 @@ export default {
               this.scene.Relations.push(t);
             });
             this.view.fitSceneToView();
+            this.getLegend();
           }
         });
       },100);