pyt
4 小时以前 7c19a966c0a0479130a88f0396289d50e5463e5c
1
2
3
4
5
6
7
import axios from '@/utils/request';
 
 
// 获取项目列表 获取用户列表-不分页-根据角色筛选
export const listByRole = (data) => {
    return axios.get('/system/user/listByRole', { params:data })
}