loulijun2021
2024-01-04 568d7578f92ff5a1ddcabb539e061ec74973b39c
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()
          }
        })
      }