Compare commits
No commits in common. "2e19a66a6b1ab9f40e22dfc7029aa4309f5d87d7" and "bfebe3e28df420c2306a8056ad00cd1804c36e13" have entirely different histories.
2e19a66a6b
...
bfebe3e28d
@ -208,10 +208,10 @@ export class PlatformState extends GraphicStateBase implements IPlatformState {
|
||||
this.states.rtuId = value;
|
||||
}
|
||||
get bizWaitTimeSec(): number {
|
||||
return this.states.bizWaitTimeSec;
|
||||
return this.states.bizWaitStartTimeSec;
|
||||
}
|
||||
set bizWaitTimeSec(value: number) {
|
||||
this.states.bizWaitTimeSec = value;
|
||||
this.states.bizWaitStartTimeSec = value;
|
||||
}
|
||||
get states(): state.Platform {
|
||||
return this.getState<state.Platform>();
|
||||
|
Loading…
Reference in New Issue
Block a user