king
2025-03-21 fdce913ce7b9d55c34a2abd7a94ee377a4869b9a
src/menu/components/share/pasteforms/index.jsx
@@ -26,6 +26,12 @@
    const { config } = this.props
    this.pasteFormRef.handleConfirm().then(res => {
      if (res.copyType === 'mk_forms') { // dms-trans
        this.props.update(res.fields, res)
        this.setState({visible: false})
        return
      }
      if (res.copyType === 'search' && ['text', 'select', 'multiselect', 'link', 'checkcard', 'date', 'datemonth'].includes(res.type)) {
        res.copyType = 'form'
      }