king
2022-04-28 2197b3f0ac967362e5f9c26ea3e5ea5bcb6058f4
src/tabviews/custom/components/table/edit-table/normalTable/index.jsx
@@ -1239,6 +1239,10 @@
      setTimeout(() => {
        this.plusLine()
      }, 10)
    } else if (edData[index]) {
      setTimeout(() => {
        this.subLine(col, edData[index])
      }, 10)
    }
  }