ソースを参照

Merge branch 'dev' of http://39.106.8.246:3003/web/ibms into dev

zhangyu 5 年 前
コミット
e7e7ec4a9c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/components/business_space/newGraphy/graphy.vue

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

@@ -403,6 +403,7 @@ export default {
         this.scene.addZoneList(tempArr);
         this.scene.click(this, this.canvasClick);
         this.zoneList = this.scene.zoneList;
+        this.view._needDraw = true;
         this.canvasLoading = false;
       })
     },