From f3efd8af829a1c6c0801b661373b4c695b5f963a Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期六, 30 三月 2024 13:32:23 +0800
Subject: [PATCH] Merge branch 'master' of git://192.168.5.5/web/outsource-order-web

---
 src/api/common/other.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/api/common/other.js b/src/api/common/other.js
index adf2e9d..8c6e484 100644
--- a/src/api/common/other.js
+++ b/src/api/common/other.js
@@ -13,4 +13,13 @@
     method: "get",
     params: data
   })
-}
\ No newline at end of file
+}
+// 鑾峰彇浜у搧淇℃伅
+export const getMaterialList = (data) => {
+  return request({
+    url: "/api-outsourcing/v1/order/materialSearch",
+    method: "post",
+    IsHeader: true,
+    data
+  })
+}

--
Gitblit v1.8.0