Explorar o código

运单视图-货物列表数据不显示问题修复

zhongxiaoyu %!s(int64=2) %!d(string=hai) anos
pai
achega
f33fa74661
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/realTime/components/WaybillView/index.vue

+ 2 - 0
src/views/realTime/components/WaybillView/index.vue

@@ -207,6 +207,8 @@ const tableData = computed(() => {
         cargoSN: splitedCargoSN,
       }))
       data.push(...splitedRows)
+    } else {
+      data.push(current)
     }
     return data
   }, [])