外宿申请-申请表
This commit is contained in:
@@ -42,3 +42,19 @@ export function delOutsideAccommodationApply(id) {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
export function getOwnInfo(){
|
||||
return request({
|
||||
url:'/comprehensive/stuInfoView/getOwnInfo',
|
||||
method:'GET'
|
||||
})
|
||||
}
|
||||
|
||||
// 查询宿舍学生关联列表
|
||||
export function listStudent(query) {
|
||||
return request({
|
||||
url: '/dormitory/srs-dormitory-student/checkInInformation',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user