king
2020-12-23 bc4308e222af3e19f721a129ab132fb69909778e
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