king
2023-03-11 34e7681fd12b1c4e4994d3bea1a553870e10bc50
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
      }