src/mob/modalconfig/pastecomponent/index.jsx
@@ -20,7 +20,11 @@ pasteSubmit = () => { const { config } = this.props this.pasteFormRef.handleConfirm().then(res => { if (res.copyType !== 'form') { if (res.copyType === 'forms') { this.props.updateConfig(res, 'forms') this.setState({visible: false}) return } else if (res.copyType !== 'form') { notification.warning({ top: 92, message: '配置信息格式错误!', duration: 5 }) return }