From 96a20a805f4e29e336a74d8a31f483a84670ad86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E7=BA=A2=E5=85=B5?= <374362909@qq.com> Date: Fri, 27 Feb 2026 18:18:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E7=94=B3=E8=AF=B7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/finance/purchasingrequisition/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/finance/purchasingrequisition/index.vue b/src/views/finance/purchasingrequisition/index.vue index 0fbbf31..bae92f1 100644 --- a/src/views/finance/purchasingrequisition/index.vue +++ b/src/views/finance/purchasingrequisition/index.vue @@ -576,7 +576,7 @@ const handleDelete = async (row: any) => { } try { - await delObj(row.id); + await delObj({id:row.id}); useMessage().success('删除成功'); getDataList(); } catch (err: any) {