src/views/systemSetting/dataImport.vue
@@ -2249,11 +2249,9 @@ tableDataTrim() { if (this.tableData.length === 1) { // 一个sheet this.tableData[0].forEach(i => { this.tableData[0].forEach(i => { for (const j in i) { i[j] = i[j].trim() } }) for (const j in i) { i[j] = i[j].trim() } }) }