Compare commits
2 Commits
bfebe3e28d
...
2e19a66a6b
Author | SHA1 | Date | |
---|---|---|---|
|
2e19a66a6b | ||
|
fac62de1ae |
@ -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<state.Platform>();
|
||||
|
Loading…
Reference in New Issue
Block a user