loulijun2021
2023-12-19 0696d8d133a06348bd7be04cd09ae6d0ce0cec0a
1.递交
已修改1个文件
2 ■■■■■ 文件已修改
src/views/systemSetting/dataImport.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | 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()
            }
          })
        })
      }