This commit is contained in:
Ls
2026-07-10 08:41:45 +08:00
parent d1eedfdc5b
commit d020483461
18 changed files with 1204 additions and 497 deletions

View File

@@ -220,7 +220,7 @@
const getStudentList = async () => {
loading.value = true
studentService.GetStudentList().then(res => {
studentService.GetStudentList(planId.value ).then(res => {
if (res.code == 0) {
allStudents.value = res.data
loading.value = false