From 702657b9e1d73c8c26cafbc64b3284f121ad2b58 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期一, 04 三月 2024 22:25:37 +0800
Subject: [PATCH] 远程部署功能完善,并在本地测试成功。

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

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

--
Gitblit v1.10.0