|
@@ -214,7 +214,7 @@ const BatchImportStageGcl = function (setting) {
|
|
|
const sheets = [];
|
|
|
for (const node of this.batchTree.children) {
|
|
|
if (node.error > 0) {
|
|
|
- sheets.push({ name: node.code, setting, data: node.errors });
|
|
|
+ sheets.push({ name: node.code || node.name, setting, data: node.errors });
|
|
|
}
|
|
|
}
|
|
|
SpreadExcelObj.exportSimpleXlsxSheets(sheets, '批量导入错误.xlsx');
|