From 50db10c43f5450321bc91b9a29d2eac0f66dbccc Mon Sep 17 00:00:00 2001 From: fan Date: Mon, 19 Dec 2022 10:47:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E5=88=B6=E7=AB=99=E6=8E=A7=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E4=BF=A1=E6=81=AF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmapNew/theme/fuzhou_01/menus/passiveDialog/alarm.vue | 2 +- src/jmapNew/theme/xian_01/menus/passiveDialog/alarm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/jmapNew/theme/fuzhou_01/menus/passiveDialog/alarm.vue b/src/jmapNew/theme/fuzhou_01/menus/passiveDialog/alarm.vue index eeb364e9a..621efce32 100644 --- a/src/jmapNew/theme/fuzhou_01/menus/passiveDialog/alarm.vue +++ b/src/jmapNew/theme/fuzhou_01/menus/passiveDialog/alarm.vue @@ -184,7 +184,7 @@ export default { }, commit() { 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('menuOperation/handleBreakFlag', { break: true }); diff --git a/src/jmapNew/theme/xian_01/menus/passiveDialog/alarm.vue b/src/jmapNew/theme/xian_01/menus/passiveDialog/alarm.vue index 8eb829264..2b9e3e383 100644 --- a/src/jmapNew/theme/xian_01/menus/passiveDialog/alarm.vue +++ b/src/jmapNew/theme/xian_01/menus/passiveDialog/alarm.vue @@ -183,7 +183,7 @@ export default { }, commit() { 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('menuOperation/handleBreakFlag', { break: true });