删除上次提交带的日志

This commit is contained in:
fan 2021-10-28 17:17:45 +08:00
parent 92dc2798cd
commit d8a377dd69

View File

@ -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格式错误请使用模板格式导入');
}