pyt
6 天以前 7615cd178bddab96443504029285d65ea1e7d447
laboratory/src/components/SelectMember/service.js
@@ -14,3 +14,9 @@
export const getRoleList = (data) => {
    return axios.post('/system/role/listNotPage', { ...data })
}
// 获取项目列表 获取用户列表-不分页-根据角色筛选
export const listByRole = (data) => {
    return axios.get('/system/user/listByRole', { params:data })
}