From 19e85dbdf715ff1b588734bc0255637eecd77fa7 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 22 五月 2026 17:42:20 +0800
Subject: [PATCH] feat: 指定报工人新增模糊搜索

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

diff --git a/src/api/basicData/customer.js b/src/api/basicData/customer.js
index 28f2eab..0934193 100644
--- a/src/api/basicData/customer.js
+++ b/src/api/basicData/customer.js
@@ -26,6 +26,14 @@
     })
 }
 
+// 娴佸叆鍏捣
+export function backCustomer(id) {
+    return request({
+        url: '/basic/customer/back/' + id,
+        method: 'post'
+    })
+}
+
 export function shareCustomer(data) {
     return request({
         url: '/basic/customer/together',

--
Gitblit v1.9.3