前端页面宿舍管理学生打卡模块,对学务和辅导员角色查看学生打卡记录做了数据筛选

This commit is contained in:
MDSMO
2025-08-20 09:07:47 +08:00
parent f91d2034b5
commit d0dc60a342
2 changed files with 136 additions and 105 deletions

View File

@@ -47,6 +47,13 @@ export function listView(params) {
})
}
export function checkRoles() {
return request({
url: '/dormitory/daily/checkRoles',
method: 'get'
})
}
// 查询学生宿舍打卡列表