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