同步学生信息修改

This commit is contained in:
2026-01-05 16:21:04 +08:00
parent 9b3b314c55
commit fa8f2d5dad
3 changed files with 12 additions and 0 deletions

View File

@@ -16,3 +16,11 @@ export function syncStuinfo() {
method: 'post'
})
}
//新查询学生信息列表
export function listStudent(query) {
return request({
url: '/syncdata/getStudentInfo',
method: 'get',
params: query
})
}