From 6c1b70abda689ca330a8153a7e8aac2604a2d8df Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Tue, 28 Feb 2023 16:36:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/views/purchase/purPlan/purPlanSearch.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/purchase/purPlan/purPlanSearch.vue b/src/views/purchase/purPlan/purPlanSearch.vue
index 12c1f387..64388112 100644
--- a/src/views/purchase/purPlan/purPlanSearch.vue
+++ b/src/views/purchase/purPlan/purPlanSearch.vue
@@ -257,7 +257,7 @@ export default {
                 type: "warning",
             })
                 .then(() => {
-                  delPlanDetailAll(row.id)
+                  delPlanDetailAll(row)
                         .then((response) => {
                             this.loading = false;
                             if (response.code == 20000) {