修复告警确认告警机制

This commit is contained in:
lai
2023-12-07 10:25:51 +08:00
parent 37eb798c4a
commit d5f593647e

View File

@@ -438,7 +438,7 @@ function fnModalVisibleBy(code: string) {
function fnModalOk() { function fnModalOk() {
modalState.confirmLoading = true; modalState.confirmLoading = true;
const from = toRaw(modalState.from); const from = toRaw(modalState.from);
if (from.ackState) { if (!from.ackState) {
message.error({ message.error({
content: t('views.faultManage.activeAlarm.ackError'), content: t('views.faultManage.activeAlarm.ackError'),
duration: 3, duration: 3,