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() {