强制站控告警信息调整

This commit is contained in:
fan 2022-12-19 10:47:52 +08:00
parent b98efabc7f
commit 50db10c43f
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ export default {
}, },
commit() { commit() {
const operate = { const operate = {
operation: OperationEvent.Command.close.alarm.operation operation: OperationEvent.StationControl.requestStationControl.awaitAlarm.operation
}; };
this.$store.dispatch('trainingNew/next', operate).then(({ valid }) => { this.$store.dispatch('trainingNew/next', operate).then(({ valid }) => {
this.$store.dispatch('menuOperation/handleBreakFlag', { break: true }); this.$store.dispatch('menuOperation/handleBreakFlag', { break: true });

View File

@ -183,7 +183,7 @@ export default {
}, },
commit() { commit() {
const operate = { const operate = {
operation: OperationEvent.Command.close.alarm.operation operation: OperationEvent.StationControl.requestStationControl.awaitAlarm.operation
}; };
this.$store.dispatch('trainingNew/next', operate).then(({ valid }) => { this.$store.dispatch('trainingNew/next', operate).then(({ valid }) => {
this.$store.dispatch('menuOperation/handleBreakFlag', { break: true }); this.$store.dispatch('menuOperation/handleBreakFlag', { break: true });