马宇豪
2024-11-29 79f08099c190a78beb676c6895804530739c2a0b
src/views/onlineEducation/classHourBatch/components/handleStudent.vue
@@ -206,6 +206,7 @@
        const res = await batchDelStudent(data.chooseStu)
        if(res.code == 200){
          ElMessage.success('数据删除成功')
          tableRef.value.clearSelection();
          await getList()
        }else{
          ElMessage.warning(res.message)