فهرست منبع

修改视图不刷新问题

haojianlong 5 سال پیش
والد
کامیت
1f18a9b68c
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.addZoneList(tempArr);
         this.scene.click(this, this.canvasClick);
         this.scene.click(this, this.canvasClick);
         this.zoneList = this.scene.zoneList;
         this.zoneList = this.scene.zoneList;
+        this.view._needDraw = true;
         this.canvasLoading = false;
         this.canvasLoading = false;
       })
       })
     },
     },