king
2021-09-16 73c0258e4e30f1d2e407cb067feea8e79fad081d
src/menu/components/card/cardcomponent/index.jsx
@@ -239,12 +239,15 @@
    let _uuid = Utils.getuuid()
    
    if (element.copyType === 'action' && element.OpenType === 'popview') { // 弹窗标签复制
    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
    element.focus = true