src/menu/components/card/cardcellcomponent/index.jsx
@@ -459,6 +459,7 @@ * @description 按钮删除 */ deleteElement = (card) => { const { cards, cardCell, side } = this.props const { dict, elements } = this.state let _this = this @@ -470,6 +471,12 @@ if (card.eleType === 'button') { MKEmitter.emit('delButtons', [card.uuid]) } if (card.OpenType === 'popview' || card.verify || card.modal) { card.$parentId = cardCell.uuid card.$side = side || '' MKEmitter.emit('logButton', cards.uuid, card) } _this.setState({ elements: _elements