联调正式检测
This commit is contained in:
@@ -201,7 +201,6 @@ interface DeviceData {
|
||||
const testDataStructure = ref<Record<string, DeviceData>>({});
|
||||
|
||||
watch(webMsgSend, function (newValue, oldValue) {
|
||||
console.log('webMsgSend', newValue)
|
||||
if (testStatus.value !== 'waiting') {
|
||||
if(newValue.code == 25004){
|
||||
ElMessage.error('接收数据超时!')
|
||||
|
||||
Reference in New Issue
Block a user