From b46d3fcc37e5eb76e77e5b7f1c0e7383af237d30 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 30 一月 2026 14:09:01 +0800
Subject: [PATCH] Merge branch 'dev_New' of http://114.132.189.42:9002/r/product-inventory-management into dev_New

---
 src/api/basicData/customerFile.js |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/api/basicData/customerFile.js b/src/api/basicData/customerFile.js
index 4386a80..c52b76e 100644
--- a/src/api/basicData/customerFile.js
+++ b/src/api/basicData/customerFile.js
@@ -42,10 +42,11 @@
     })
 }
 // 鍒犻櫎瀹㈡埛妗f
-export function delCustomer(id) {
+export function delCustomer(ids) {
     return request({
-        url: '/basic/customer/' + id,
-        method: 'delete'
+        url: '/basic/customer/delCustomer',
+        method: 'delete',
+        data: ids
     })
 }
 

--
Gitblit v1.9.3