Riku
2025-07-13 4b275f2093954cc58bbc23e4fc67e67d6fe81c0b
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);
  }