应答器调整
This commit is contained in:
parent
7fc10b5ece
commit
4eb7bb4ebd
@ -105,6 +105,9 @@ export class Transponder extends JlGraphic {
|
||||
get datas(): ITransponderData {
|
||||
return this.getDatas<ITransponderData>();
|
||||
}
|
||||
get code(): string {
|
||||
return this.datas.index + '';
|
||||
}
|
||||
clear() {
|
||||
this.polygonGraphic.clear();
|
||||
this.labelGraphic.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user