diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index 1f41522c..779e9448 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -630,7 +630,7 @@ function bathDel() { return message.warning("选择人员中:"+arr[0].studentName + "是小组长,请勿删除!"); } tableData.value.loading = true; -// delStudentList({ ids: stuSelectKeys.value }).then(() => getStuList()); + delStudentList({ ids: stuSelectKeys.value }).then(() => getStuList()); } function del(id,row) {