提交代码
parent
102681ce63
commit
d54b63a42f
|
@ -94,3 +94,11 @@ export function fileSign(id) {
|
||||||
method: 'get'
|
method: 'get'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 查询花名册用户
|
||||||
|
export function fileAllUsers(proId) {
|
||||||
|
return request({
|
||||||
|
url: '/manage/proProjectInfoSubdeptsUsers/fileAllUsers/' + proId,
|
||||||
|
method: 'get'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue