班级考勤部分代码

This commit is contained in:
sk1551
2020-09-24 15:33:11 +08:00
parent 3305b83710
commit 279f7b30e7
4 changed files with 423 additions and 373 deletions

View File

@ -77,4 +77,13 @@ export function exportChild(query) {
method: 'get',
params: query
})
}
// 查询班级信息列表
export function listChildCheck(query) {
return request({
url: '/benyi/child/checklist',
method: 'get',
params: query
})
}