修复历史告警-确认告警
This commit is contained in:
@@ -340,7 +340,7 @@ function fnModalVisibleByVive(row: Record<string, any>) {
|
|||||||
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==='1') {
|
||||||
message.error({
|
message.error({
|
||||||
content: t('views.faultManage.activeAlarm.ackError'),
|
content: t('views.faultManage.activeAlarm.ackError'),
|
||||||
duration: 3,
|
duration: 3,
|
||||||
|
|||||||
Reference in New Issue
Block a user