king
2020-10-20 7b01bec1609710729a868093ad69484ebea82d80
src/menu/components/card/cardcellcomponent/index.jsx
@@ -463,7 +463,6 @@
    const { elements } = this.state
    
    this.verifyRef.handleConfirm().then(res => {
      console.log(res)
      let _elements = elements.map(cell => {
        if (cell.uuid === res.uuid) {
          res.eleType = 'button'
@@ -484,7 +483,7 @@
  }
  handleSubConfig = (item) => {
    console.log(item)
  }
  render() {