Kaynağa Gözat

修改视图不刷新问题

haojianlong 5 yıl önce
ebeveyn
işleme
1f18a9b68c

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