Browse Source

Merge branch 'master' of git.sagacloud.cn:web/ibms

zhangyu 5 years ago
parent
commit
3b3e4807c9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/business_space/newGraphy/graphy.vue

+ 2 - 0
src/components/business_space/newGraphy/graphy.vue

@@ -311,6 +311,8 @@ export default {
           this.type = 2;
           this.curZoneItem = item;
           this.scene.isSpaceSelectable = false;
+          this.scene.clearZoneSelection();
+          item.selected = true;
         }
       }
     },