king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/templates/zshare/modalform/index.jsx
@@ -516,7 +516,7 @@
              notification.warning({
                top: 92,
                message: this.props.dict['header.form.selectItem.error'],
                duration: 10
                duration: 5
              })
            }
          } else if ((values.type === 'multiselect' || values.type === 'select' || values.type === 'link') && values.resourceType === '1') {
@@ -529,7 +529,7 @@
              notification.warning({
                top: 92,
                message: '最小值不可大于最大值!',
                duration: 10
                duration: 5
              })
            }
          } else if (values.type === 'linkMain') {
@@ -548,7 +548,7 @@
            notification.warning({
              top: 92,
              message: '数据源中不可使用' + error,
              duration: 10
              duration: 5
            })
            return
          }