应答器调整

This commit is contained in:
dong 2023-07-28 15:29:11 +08:00
parent 7fc10b5ece
commit 4eb7bb4ebd

View File

@ -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();