From a612d054294fe4137395d1ceb1ff5fb3ff307d77 Mon Sep 17 00:00:00 2001 From: lai <371757574@qq.com> Date: Thu, 7 Dec 2023 17:36:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/faultManage/active-alarm/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/faultManage/active-alarm/index.vue b/src/views/faultManage/active-alarm/index.vue index f518d7d1..8eb8fe38 100644 --- a/src/views/faultManage/active-alarm/index.vue +++ b/src/views/faultManage/active-alarm/index.vue @@ -438,7 +438,8 @@ function fnModalVisibleBy(code: string) { function fnModalOk() { modalState.confirmLoading = true; const from = toRaw(modalState.from); - if (!from.ackState) { + console.log(from) + if (from.ackState==="1") { message.error({ content: t('views.faultManage.activeAlarm.ackError'), duration: 3,