Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export function getProjectList(query) {
//库管员维修员
export function getUserTypeList(roleIds) {
return request({
url: '/system/user/list?roleIds='+roleIds,
url: '/system/user/list?roleIds='+roleIds+'&pageNum=1&pageSize=100',//框架接口有分页
method: 'get',
})
}