From ec2830e9c2e473ffa76629ef404ab51a6d685cba Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Tue, 5 Dec 2023 15:50:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E5=85=B3=E8=81=94=E5=90=8E?= =?UTF-8?q?=E8=AE=A1=E8=BD=B4=E7=9A=84=E5=85=B3=E8=81=94=E5=85=B3=E7=B3=BB?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/graphics/axleCounting/AxleCounting.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/graphics/axleCounting/AxleCounting.ts b/src/graphics/axleCounting/AxleCounting.ts index 901ef3d..019c19e 100644 --- a/src/graphics/axleCounting/AxleCounting.ts +++ b/src/graphics/axleCounting/AxleCounting.ts @@ -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) => {