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 }) }