From c065542c223564e61dbc5e7f9b3b8d46cce2e307 Mon Sep 17 00:00:00 2001 From: dong <58670809@qq.com> Date: Tue, 9 May 2023 13:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E8=AD=A6=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E4=BF=A1=E6=81=AF=E5=BC=B9=E7=AA=97=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= 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 48d629e50..d00f00c8c 100644 --- a/src/jmapNew/theme/fuzhou_01/menus/passiveDialog/alarm.vue +++ b/src/jmapNew/theme/fuzhou_01/menus/passiveDialog/alarm.vue @@ -151,7 +151,7 @@ export default { moduleName: this.$t('menu.passiveDialog.cmmControlModeConversionMode'), level: this.$t('menu.passiveDialog.zeroLevelAlarm'), confirm: this.$t('menu.passiveDialog.confirmStatus'), - alarmDate: parseTime(this.$store.state.training.initTime), + alarmDate: parseTime(this.$store.state.socket.simulationTimeSync), type: this.$t('menu.passiveDialog.systemEvent'), childType: this.$t('menu.passiveDialog.childTypeTips'), timeSummary: this.$t('menu.passiveDialog.controlModeSummary'), diff --git a/src/jmapNew/theme/xian_01/menus/passiveDialog/alarm.vue b/src/jmapNew/theme/xian_01/menus/passiveDialog/alarm.vue index 2106869af..a0b6c6545 100644 --- a/src/jmapNew/theme/xian_01/menus/passiveDialog/alarm.vue +++ b/src/jmapNew/theme/xian_01/menus/passiveDialog/alarm.vue @@ -147,7 +147,7 @@ export default { moduleName: this.$t('menu.passiveDialog.cmmControlModeConversionMode'), level: this.$t('menu.passiveDialog.zeroLevelAlarm'), confirm: this.$t('menu.passiveDialog.confirmStatus'), - alarmDate: parseTime(this.$store.state.training.initTime), + alarmDate: parseTime(this.$store.state.socket.simulationTimeSync), type: this.$t('menu.passiveDialog.systemEvent'), childType: this.$t('menu.passiveDialog.childTypeTips'), timeSummary: this.$t('menu.passiveDialog.controlModeSummary'),