提交代码

dev_xd
姜玉琦 2025-07-22 00:25:29 +08:00
parent 102681ce63
commit d54b63a42f
1 changed files with 9 additions and 1 deletions

View File

@ -93,4 +93,12 @@ export function fileSign(id) {
url: '/manage/proProjectInfoSubdeptsUsers/fileSign/' + id,
method: 'get'
})
}
}
// 查询花名册用户
export function fileAllUsers(proId) {
return request({
url: '/manage/proProjectInfoSubdeptsUsers/fileAllUsers/' + proId,
method: 'get'
})
}