lxf 1 năm trước cách đây
mục cha
commit
a48c2947d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/shengde/warehouse/putInStorage/storage.vue

+ 1 - 1
src/views/shengde/warehouse/putInStorage/storage.vue

@@ -84,7 +84,7 @@ export default {
     //   })
     // })
     purchaseReturnList({ pageNum: 1, pageSize: 99999, purchaseStatus: 20 }).then((res) => {
-      this.purchaseContract = res.data.data.records.map((item) => {
+      this.purchaseContract = res.data.data.map((item) => {
         return {
           ...item,
           text: item.code + ', ' + item.deliveryTime + ', ' + item.supplyName,