决策信息编辑
This commit is contained in:
parent
9392e28258
commit
8146ee4f79
@ -233,6 +233,8 @@ const optionsAlertType = [
|
||||
'计轴大面积橙光带',
|
||||
'道岔大面积失表',
|
||||
'列车信号故障',
|
||||
'联锁区红光带',
|
||||
'联锁区橙光带',
|
||||
];
|
||||
function searchDecisionInfo() {
|
||||
searchDialog.value = false;
|
||||
|
@ -366,7 +366,7 @@ function onCreate() {
|
||||
}
|
||||
}
|
||||
const tipTimeIds: string[] = [];
|
||||
creatForm.tipTimeIds.forEach((tipTimeId) => {
|
||||
creatForm.tipTimeIds?.forEach((tipTimeId) => {
|
||||
tipTimeIds.push((TipTimeConfig as never)[tipTimeId + '']);
|
||||
});
|
||||
const params = {
|
||||
|
Loading…
Reference in New Issue
Block a user