From d8a377dd697bd794351b77193e50f8fd613495b4 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Thu, 28 Oct 2021 17:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8A=E6=AC=A1=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E5=B8=A6=E7=9A=84=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/organization/classManage/studentManage/index.vue | 1 - 1 file changed, 1 deletion(-) 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格式错误,请使用模板格式导入!'); }