决策信息编辑

This commit is contained in:
joylink_zhaoerwei 2023-09-20 09:58:53 +08:00
parent 9392e28258
commit 8146ee4f79
2 changed files with 3 additions and 1 deletions

View File

@ -233,6 +233,8 @@ const optionsAlertType = [
'计轴大面积橙光带',
'道岔大面积失表',
'列车信号故障',
'联锁区红光带',
'联锁区橙光带',
];
function searchDecisionInfo() {
searchDialog.value = false;

View File

@ -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 = {