loulijun2021
2023-12-22 b8aeb6cdac40fceb04a22c3a5c70275e92898bb2
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()
          }
        })
      }