公告板
版本库
活动
搜索
登录
H5
/
leshan-laboratory
乐山实验室h5
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
实验方案管理
董国庆
7 天以前
b3f4499793fa7b21f6c5d1e099d6ed170ecbe47a
[H5/leshan-laboratory.git]
/
laboratory
/
src
/
components
/
DynamicComponent
/
service.js
1
2
3
4
5
6
7
import axios from '@/utils/request';
// 获取项目列表 获取用户列表-不分页-根据角色筛选
export const listByRole = (data) => {
return axios.get('/system/user/listByRole', { params:data })
}