修复6170测试中出现的bug

This commit is contained in:
fengerli
2025-08-08 17:34:46 +08:00
parent ae608e04c0
commit 3ab58ac29e
8 changed files with 132 additions and 49 deletions

View File

@ -144,8 +144,7 @@
this.popupType = 'cancel';
this.popupMessage = '确认要解除所选设备的报警状态?';
this.showPopupFlag = true;
this.pendingAlarmAction = 1
this.pendingAlarmAction = 0
},
sendAlarmCommand(type) {
const selectedDevices = this.deviceList.filter(item => item.checked);
@ -162,11 +161,10 @@
icon: 'none'
});
this.showPopupFlag = false
uni.$emit('deviceStatusUpdate', {});
setTimeout(() => {
uni.navigateBack()
}, 500)
} else {
uni.showToast({
title: res.msg,