src/templates/zshare/editcomponent/index.jsx
@@ -119,6 +119,9 @@ let _config = fromJS(this.props.config).toJS() this.pasteFormRef.handleConfirm().then(res => { if (type === 'formboard' && res.copyType === 'search' && ['text', 'select', 'multiselect', 'link', 'checkcard', 'date', 'datemonth'].includes(res.type)) { res.copyType = 'form' } if (!options.includes(res.copyType)) { notification.warning({ top: 92,