king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/components/header/editmenu/index.jsx
@@ -46,7 +46,7 @@
      notification.warning({
        top: 92,
        message: this.state.dict['header.menu.presave'],
        duration: 10
        duration: 5
      })
    } else {
      this.setState({
@@ -78,7 +78,7 @@
          notification.warning({
            top: 92,
            message: res.message,
            duration: 10
            duration: 5
          })
        }
      })
@@ -116,7 +116,7 @@
          notification.warning({
            top: 92,
            message: res.message,
            duration: 10
            duration: 5
          })
        }
      })
@@ -154,7 +154,7 @@
            notification.warning({
              top: 92,
              message: res.message,
              duration: 10
              duration: 5
            })
          }
        })
@@ -168,7 +168,7 @@
      notification.warning({
        top: 92,
        message: this.state.dict['header.menu.thawmenu.select'],
        duration: 10
        duration: 5
      })
    } else {
      this.setState({
@@ -194,7 +194,7 @@
          notification.error({
            top: 92,
            message: msg,
            duration: 15
            duration: 10
          })
        } else {
          this.setState({
@@ -223,7 +223,7 @@
      notification.warning({
        top: 92,
        message: this.state.dict['header.menu.presave'],
        duration: 10
        duration: 5
      })
    } else if (type === 'add') {
      this.setState({
@@ -256,7 +256,7 @@
              notification.warning({
                top: 92,
                message: res.message,
                duration: 10
                duration: 5
              })
            }
          })
@@ -285,7 +285,7 @@
          notification.warning({
            top: 92,
            message: res.message,
            duration: 10
            duration: 5
          })
        }
      })