From 2cdac30d1930731118298e94e36429f9055fb159 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Fri, 9 Jul 2021 11:26:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BF=E7=9C=9F=E7=B3=BB=E7=BB=9F=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E5=8F=8D=E9=A6=88=E8=A1=A811=EF=BC=9A=E5=88=97?= =?UTF-8?q?=E8=BD=A6=E9=99=8D=E7=BA=A7ITC=E5=90=8E=EF=BC=8C=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=E6=82=AC=E5=81=9C=E5=88=97=E8=BD=A6=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=EF=BC=8C=E4=BE=9D=E7=84=B6=E6=98=BE=E7=A4=BACTC=E5=88=97?= =?UTF-8?q?=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/shape/graph/Train/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jmapNew/shape/graph/Train/index.js b/src/jmapNew/shape/graph/Train/index.js index 860796c64..779d11620 100644 --- a/src/jmapNew/shape/graph/Train/index.js +++ b/src/jmapNew/shape/graph/Train/index.js @@ -93,6 +93,7 @@ export default class Train extends Group { turnBackStrategy: model.turnBackStrategy, turnBackStatus: model.turnBackStatus, stationCode: model.stationCode, + runLevel: model.runLevel, model: model }); const rect = this.trainB.getBoundingRectOfFont().clone();