Commit 918c2e7a authored by 罗超's avatar 罗超

1

parent 412d26a0
......@@ -19,3 +19,12 @@ export function getVisitorAllPageList(data) {
data
})
}
//学管 获取学员名单分页
export function getStuList(data) {
return request({
url: '/Stu/GetAllStudentPage',
method: 'post',
data
})
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment