|
@@ -120,7 +120,6 @@ export class SPlanEquipment extends SBaseIconTextEdit {
|
|
}
|
|
}
|
|
|
|
|
|
this.showAnchor = false;
|
|
this.showAnchor = false;
|
|
- this.formula = this.legendData.properties.formula ? this.legendData.properties.formula : '';
|
|
|
|
this.anotherMsg = this.legendData.properties.anotherMsg ? this.legendData.properties.anotherMsg : '';
|
|
this.anotherMsg = this.legendData.properties.anotherMsg ? this.legendData.properties.anotherMsg : '';
|
|
this.x = this.legendData.pos.x;
|
|
this.x = this.legendData.pos.x;
|
|
this.y = this.legendData.pos.y;
|
|
this.y = this.legendData.pos.y;
|