公告板
版本库
filestore
活动
搜索
登录
web
/
SRM
SRM system
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
采购管理更新字段
zuozhengqing
2023-11-16
519fd6dc67a4db8fdba7e63b61fc6cc0e28f04c1
[web/SRM.git]
/
src
/
api
/
common
/
other.js
1
2
3
4
5
6
7
8
9
// import request from "@/common/untils/request.js"
import axios from "axios"
// 负责人
export const getMemberListFromGrpc = async (data) => {
return await axios.get(`/api/m/getMemberListFromGrpc`, {
params: data
})
}