diff --git a/src/views/organization/classManage/studentManage/index.vue b/src/views/organization/classManage/studentManage/index.vue index fb58d0d36..b06a77ef2 100644 --- a/src/views/organization/classManage/studentManage/index.vue +++ b/src/views/organization/classManage/studentManage/index.vue @@ -132,7 +132,6 @@ export default { const dataList = convertSheetToList(wb.Sheets[index], true); if (dataList.length) { const accountMap = {}; - console.log(dataList[0][0], dataList[1][0]); if (!dataList[0][0].includes('学号') || !dataList[1][0].includes('姓名')) { throw new Error('检测到Excel格式错误,请使用模板格式导入!'); }