安全在线教育平台
祖安之光
5 days ago 8918c0d29b8505e0096b516e70c28707ffb4a168
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)