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