king
2022-11-21 89f85223ff7b1b5ee3931ae01efa3dd17d5524fc
src/menu/components/card/cardcomponent/index.jsx
@@ -239,12 +239,6 @@
    
    if (element.copyType === 'action') {
      element.eleType = 'button'
      if (element.OpenType === 'popview') { // 弹窗标签复制
        let _cell = fromJS(element).toJS()
        _cell.$originUuid = element.uuid
        _cell.uuid = _uuid
        MKEmitter.emit('copyButtons', [_cell])
      }
    }
    element.uuid = _uuid