浏览代码

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