完整
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user