测试问题修改
This commit is contained in:
parent
9343c33b54
commit
ef712b8db5
|
|
@ -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',
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue