This commit is contained in:
2023-12-07 15:06:45 +08:00

View File

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