From 971ed2f7636afc60802bc06f7fe160b61210aa72 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期一, 17 十一月 2025 10:38:35 +0800
Subject: [PATCH] 修改新增

---
 src/api/customerList/index.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/customerList/index.js b/src/api/customerList/index.js
index 2e6bb7c..b2c3472 100644
--- a/src/api/customerList/index.js
+++ b/src/api/customerList/index.js
@@ -7,6 +7,14 @@
         params: params
     })
 }
+export function getCustomerAll(params) {
+    return request({
+        url: 'market/inventory/listAll',
+        method: 'get',
+        params: params
+    })
+}
+
 
 export function addCustomer(data) {
     return request({

--
Gitblit v1.9.2