强制站控告警信息调整
This commit is contained in:
parent
b98efabc7f
commit
50db10c43f
@ -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 });
|
||||||
|
@ -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 });
|
||||||
|
Loading…
Reference in New Issue
Block a user