一键关联后计轴的关联关系显示
This commit is contained in:
parent
14967d9a38
commit
ec2830e9c2
@ -101,6 +101,9 @@ export class AxleCounting extends JlGraphic {
|
|||||||
doRepaint(): void {
|
doRepaint(): void {
|
||||||
this.twoCircle.draw(this.datas);
|
this.twoCircle.draw(this.datas);
|
||||||
}
|
}
|
||||||
|
buildRelation(): void {
|
||||||
|
this.loadRelations();
|
||||||
|
}
|
||||||
loadRelations(): void {
|
loadRelations(): void {
|
||||||
if (this.datas.axleCountingRef.length) {
|
if (this.datas.axleCountingRef.length) {
|
||||||
this.datas.axleCountingRef.forEach((device) => {
|
this.datas.axleCountingRef.forEach((device) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user