From 2adc284610bcfed355390d7fa31cf19d445e843d Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期日, 28 四月 2024 17:25:28 +0800
Subject: [PATCH] 供应商搜索 不是首页的时候搜索不到的问题修改

---
 src/api/common/other.js |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/src/api/common/other.js b/src/api/common/other.js
index adf2e9d..29b34b7 100644
--- a/src/api/common/other.js
+++ b/src/api/common/other.js
@@ -3,14 +3,30 @@
 
 // 璐熻矗浜�
 // export const getMemberListFromGrpc = async (data) => {
-//   return await axios.get(`/api/m/getMemberListFromGrpc`, {
+//   return await axios.get(`/api-srm/m/getMemberListFromGrpc`, {
 //     params: data
 //   })
 // }
 export function getMemberListFromGrpc(data) {
   return request({
-    url: "/api/m/getMemberListFromGrpc",
+    url: "/api-srm/m/getMemberListFromGrpc",
     method: "get",
     params: data
   })
-}
\ No newline at end of file
+}
+// plc閰嶇疆鐨勫垪琛�
+export const getMiniDictList = (data) => {
+  return request({
+    url: "/api-srm/dict/getMiniDictList",
+    method: "post",
+    data,
+  });
+};
+// plc閰嶇疆鐨勬洿鏂�
+export const saveMiniDict = (data) => {
+  return request({
+    url: "/api-srm/dict/saveMiniDict",
+    method: "post",
+    data,
+  });
+};
\ No newline at end of file

--
Gitblit v1.8.0