From 6365989d130a8f5e222687b7441aa19a8b5eb9d6 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 28 八月 2023 19:57:10 +0800
Subject: [PATCH] 采购单联调

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

diff --git a/src/api/common/other.js b/src/api/common/other.js
index 3e8d30a..f5d771d 100644
--- a/src/api/common/other.js
+++ b/src/api/common/other.js
@@ -1,2 +1,9 @@
 // import request from "@/common/untils/request.js"
-// import axios from "axios"
+import axios from "axios"
+
+// 璐熻矗浜�
+export const getMemberList = async (data) => {
+  return await axios.get(`/api/m/getMemberList`, {
+    params: data
+  })
+}

--
Gitblit v1.8.0