一键关联后计轴的关联关系显示

This commit is contained in:
joylink_zhaoerwei 2023-12-05 15:50:24 +08:00
parent 14967d9a38
commit ec2830e9c2

View File

@ -101,6 +101,9 @@ export class AxleCounting extends JlGraphic {
doRepaint(): void {
this.twoCircle.draw(this.datas);
}
buildRelation(): void {
this.loadRelations();
}
loadRelations(): void {
if (this.datas.axleCountingRef.length) {
this.datas.axleCountingRef.forEach((device) => {