Prechádzať zdrojové kódy

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

zhangyu 5 rokov pred
rodič
commit
3b3e4807c9

+ 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;
         }
       }
     },