From a1eb3642627b7534da64891c49a4139b1fda957d Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期六, 30 三月 2024 13:38:25 +0800
Subject: [PATCH] 采购管理替换接口

---
 src/views/purchaseManage/purchase/components/ArrivalConfirmation.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/purchaseManage/purchase/components/ArrivalConfirmation.vue b/src/views/purchaseManage/purchase/components/ArrivalConfirmation.vue
index 7b9476a..2712660 100644
--- a/src/views/purchaseManage/purchase/components/ArrivalConfirmation.vue
+++ b/src/views/purchaseManage/purchase/components/ArrivalConfirmation.vue
@@ -113,7 +113,7 @@
         }
       })
       if(pipeline){
-        await savePurchaseProductConfirm(arr).then((res)=>{
+        await savePurchaseProductConfirm(this.productTableList.tableData).then((res)=>{
           if(res.code===200){
             this.editConfig.visible=false
             this.$parent.getData()

--
Gitblit v1.8.0