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,