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' }