等待时间调整
This commit is contained in:
parent
e2faeb2d05
commit
fac62de1ae
|
@ -208,10 +208,10 @@ export class PlatformState extends GraphicStateBase implements IPlatformState {
|
||||||
this.states.rtuId = value;
|
this.states.rtuId = value;
|
||||||
}
|
}
|
||||||
get bizWaitTimeSec(): number {
|
get bizWaitTimeSec(): number {
|
||||||
return this.states.bizWaitStartTimeSec;
|
return this.states.bizWaitTimeSec;
|
||||||
}
|
}
|
||||||
set bizWaitTimeSec(value: number) {
|
set bizWaitTimeSec(value: number) {
|
||||||
this.states.bizWaitStartTimeSec = value;
|
this.states.bizWaitTimeSec = value;
|
||||||
}
|
}
|
||||||
get states(): state.Platform {
|
get states(): state.Platform {
|
||||||
return this.getState<state.Platform>();
|
return this.getState<state.Platform>();
|
||||||
|
|
Loading…
Reference in New Issue