Browse Source

修改视图不刷新问题

haojianlong 5 years ago
parent
commit
1f18a9b68c
1 changed files with 1 additions and 0 deletions
  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;
       })
     },