src/views/sourcetrace/SourceTrace.vue
@@ -242,7 +242,7 @@ function dealMsg(data) { const { type, content } = websocketMsgParser.parseMsg(data); const obj = reactive(JSON.parse(content)); if (obj.deviceCode == props.deviceCode) { if (obj[0].deviceCode == props.deviceCode) { obj._type = type; dealObj(obj); }