Merge branch 'main' of http://47.112.118.149:10082/xgxt_sd/zhxg_pc
This commit is contained in:
@@ -42,3 +42,11 @@ export function delIdentifytexs(id) {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
// 班级信息列表
|
||||
export function deptDataList() {
|
||||
return request({
|
||||
url: '/comprehensive/identifytexs/deptdata',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
@@ -47,6 +47,13 @@ export function listView(params) {
|
||||
})
|
||||
}
|
||||
|
||||
export function checkRoles() {
|
||||
return request({
|
||||
url: '/dormitory/daily/checkRoles',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 查询学生宿舍打卡列表
|
||||
|
||||
@@ -122,6 +122,14 @@ export function updateNewRecord(data) {
|
||||
export function delNewRecord(id) {
|
||||
return request({
|
||||
url: '/dormitory/newRecord/' + id,
|
||||
method: 'post'
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
// 一键确认未进行住宿费用确认的学生
|
||||
export function confirmUnconfirmedStudents() {
|
||||
return request({
|
||||
url: '/dormitory/newRecord/confirmUnconfirmedStudents',
|
||||
method: 'POST'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user