修正
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user