perf:【IoT 物联网】场景联动触发器优化

This commit is contained in:
puhui999
2025-07-28 22:08:20 +08:00
parent d7b4db9b4e
commit f70d55f088
5 changed files with 330 additions and 79 deletions

View File

@ -80,6 +80,7 @@ const getDeviceList = async () => {
console.error('获取设备列表失败:', error)
deviceList.value = []
} finally {
deviceList.value.push({ id: 0, deviceName: '全部设备' })
deviceLoading.value = false
}
}