联调电镀数据功能

This commit is contained in:
guanj
2026-06-02 16:09:21 +08:00
parent 7deafa6d69
commit c2805d7e9e
5 changed files with 56 additions and 390 deletions

View File

@@ -1190,6 +1190,9 @@ const getRealDataMqttMsg = async () => {
mqttRef.value.on('close', function () {
console.log('mqtt客户端已断开连接.....')
})
setTimeout(() => {
tableLoading.value = false
}, 6000)
} else {
ElMessage.success('设备应答失败')
tableLoading.value = false