| src/views/systemSetting/dataImport.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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() } }) }) }