From bf70f3cf825f44c457dba2bebd26e7af73e4b2a8 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 06 九月 2024 15:02:09 +0800
Subject: [PATCH] 解决集成日志查询bug

---
 Source/UBCS-WEB/src/api/GetItem.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/Source/UBCS-WEB/src/api/GetItem.js b/Source/UBCS-WEB/src/api/GetItem.js
index a0cc5fa..f2455f8 100644
--- a/Source/UBCS-WEB/src/api/GetItem.js
+++ b/Source/UBCS-WEB/src/api/GetItem.js
@@ -136,3 +136,12 @@
     responseType: 'blob'
   })
 }
+
+//鎵嬪姩鍚屾
+export const syncSearch = (params) => {
+  return request({
+    url: '/api/ubcs-code/dockingManagement/searchItemDataForERP',
+    method: 'post',
+    params
+  })
+}

--
Gitblit v1.9.3