延时解锁字段调整
This commit is contained in:
parent
c33502b31a
commit
46509c1e62
@ -510,7 +510,7 @@ export default class Section extends Group {
|
||||
model.speedUpLimit > 0 && this.setSpeedUpperLimit(model.speedUpLimit);
|
||||
// 区段计轴预复位状态 (未处理)
|
||||
// 区段延时解锁
|
||||
model.delayUnlock && this.delayUnlock();
|
||||
model.remain > 0 && this.delayUnlock();
|
||||
// 设置灰显
|
||||
if (model.noStatus || (model.atsNoStatus && store.state.training.prdType == '02')) {
|
||||
this.setAshShow();
|
||||
|
Loading…
Reference in New Issue
Block a user