king
2021-05-12 cf804e19634ff953bb132af1b2f46905d80c1e3a
src/templates/zshare/editTable/index.jsx
@@ -354,7 +354,7 @@
  
          if (!unique) return
  
          data.unshift(cell)
          data.push(cell)
        })
        this.setState({ data, editingKey: '', visible: false }, () => {