From fac62de1aea8e1401e852b9cfd934336972f0350 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Tue, 19 Nov 2024 14:05:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/drawApp/graphics/PlatformInteraction.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drawApp/graphics/PlatformInteraction.ts b/src/drawApp/graphics/PlatformInteraction.ts index f11af66..a8d48bd 100644 --- a/src/drawApp/graphics/PlatformInteraction.ts +++ b/src/drawApp/graphics/PlatformInteraction.ts @@ -208,10 +208,10 @@ export class PlatformState extends GraphicStateBase implements IPlatformState { this.states.rtuId = value; } get bizWaitTimeSec(): number { - return this.states.bizWaitStartTimeSec; + return this.states.bizWaitTimeSec; } set bizWaitTimeSec(value: number) { - this.states.bizWaitStartTimeSec = value; + this.states.bizWaitTimeSec = value; } get states(): state.Platform { return this.getState();