申请调宿--权限修改,取消学生权限,由辅导员发起

This commit is contained in:
2025-12-10 09:57:49 +08:00
parent 2a9c9946f3
commit 2deada8068
3 changed files with 389 additions and 13 deletions

View File

@@ -59,3 +59,14 @@ export function stuDel(id){
method: 'post'
})
}
//根据学号获取学生原宿舍信息
export function getStuDom(studentNo) {
return request({
url: '/dormitory/application/studentDormitoryInfo/',
method: 'get',
params: {
studentNo
}
})
}