king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/tabviews/datamanage/action/index.jsx
@@ -124,7 +124,7 @@
      notification.warning({
        top: 92,
        message: this.props.dict['main.action.confirm.selectline'],
        duration: 10
        duration: 5
      })
      return
    } else if (item.Ot === 'requiredSgl' && datalist.length > 1) {
@@ -132,7 +132,7 @@
      notification.warning({
        top: 92,
        message: this.props.dict['main.action.confirm.selectSingleLine'],
        duration: 10
        duration: 5
      })
      return
    }
@@ -153,14 +153,14 @@
        notification.warning({
          top: 92,
          message: this.props.dict['main.action.primarykey.required'],
          duration: 10
          duration: 5
        })
        return
      } else if (ID.length > 1) {
        notification.warning({
          top: 92,
          message: this.props.dict['main.action.primarykey.repetition'],
          duration: 10
          duration: 5
        })
        return
      }
@@ -169,7 +169,7 @@
        notification.warning({
          top: 92,
          message: this.props.dict['main.action.primarykey.repetitionbid'],
          duration: 10
          duration: 5
        })
        return
      }
@@ -190,7 +190,7 @@
                    notification.error({
                      top: 92,
                      message: result.message,
                      duration: 15
                      duration: 10
                    })
                    iserror = true
                  }
@@ -217,7 +217,7 @@
                  notification.error({
                    top: 92,
                    message: res.message,
                    duration: 15
                    duration: 10
                  })
                }
              }
@@ -235,7 +235,7 @@
                notification.error({
                  top: 92,
                  message: result.message,
                  duration: 15
                  duration: 10
                })
                iserror = true
              }
@@ -262,7 +262,7 @@
              notification.error({
                top: 92,
                message: res.message,
                duration: 15
                duration: 10
              })
            }
          }
@@ -346,7 +346,7 @@
      notification.warning({
        top: 92,
        message: this.props.dict['main.action.settingerror'],
        duration: 10
        duration: 5
      })
    }
  }
@@ -430,7 +430,7 @@
          notification.error({
            top: 92,
            message: result.message,
            duration: 15
            duration: 10
          })
        }
      })