king
2023-01-05 bb862ea00d32e48bf92b9deff69572853ac8e694
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,