公告板
版本库
filestore
活动
搜索
登录
silk
/
silk-web
jialian web
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
下差纤度,上差纤度,目的纤度 3个部分列表的数据处理+纤度登记 回数的字段修改
haoxuan
2024-04-09
b878a6b4f40708ca330591cdd4dfee2387ebf970
[silk/silk-web.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
})
}