Commit 5fac5b03 by wusiyi

fix: bug

parent 268a30b4
......@@ -739,7 +739,8 @@ const messageChange = (data: WebSocketMessage) => {
// 过滤非本配货区的数据
if (
sortingAreaId.value &&
JSON.parse(more.txt as string).packingId !== sortingAreaId.value
more.txt &&
JSON.parse(more.txt as string)?.packingId !== sortingAreaId.value
) {
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment