This commit is contained in:
lai
2023-12-07 17:36:10 +08:00
parent c93dabc6cf
commit a612d05429

View File

@@ -438,7 +438,8 @@ 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) { console.log(from)
if (from.ackState==="1") {
message.error({ message.error({
content: t('views.faultManage.activeAlarm.ackError'), content: t('views.faultManage.activeAlarm.ackError'),
duration: 3, duration: 3,