소스 검색

update_2020.12.25_18:37

zhangyu 4 년 전
부모
커밋
84e82d6944
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/components/editview/basePlanEditer.vue

+ 0 - 2
src/components/editview/basePlanEditer.vue

@@ -445,7 +445,6 @@ export default {
                     zoneItem.visible = Boolean(zoneItem.legendData.outline);
                     // zoneItem.connect("finishCreated", this.scene, this.scene.finishCreated);
                     zoneItem.connect("onContextMenu", this, this.scene.getItem);
-                    console.log(this.styleMap)
                     if (this.styleMap[zone.id]) {
                         SPlanDecorator.zoneDecorator(zoneItem, this.styleMap[zone.id]);
                     } else if (this.styleMap[zone.classCode]) {
@@ -453,7 +452,6 @@ export default {
                     } else {
                         SPlanDecorator.zoneDecorator(zoneItem, this.styleMap["defaultZoneStyle"]);
                     }
-                    window.zone = zoneItem
                     this.scene.addItem(zoneItem);
                     this.ADDZONE(zoneItem);
                 }