فهرست منبع

'清除debugger'

zhangyu 4 سال پیش
والد
کامیت
1ea7becd8e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/lib/items/SSCPZZoneLegendItem.ts

+ 0 - 1
src/lib/items/SSCPZZoneLegendItem.ts

@@ -206,7 +206,6 @@ export class SSCPZZoneLegendItem extends SPolygonItem {
     toData(): any {
         this.data.Pos = { X: this.x, Y: this.y };
         this.data.Name = this.name;
-        console.log(this.zOrder);
         this.data.Properties.Zorder = this.zOrder;
         this.data.Properties.FillColor = this.fillColor.value;
         this.data.Properties.StrokeColor = this.strokeColor.value;