Parcourir la source

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

zhongxiaoyu il y a 2 ans
Parent
commit
f33fa74661
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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
   }, [])