测试问题修改

This commit is contained in:
zzyuan 2025-01-22 18:12:10 +08:00
parent 9343c33b54
commit ef712b8db5
1 changed files with 1 additions and 1 deletions

View File

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