From 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 四月 2020 17:48:36 +0800 Subject: [PATCH] 2020-04-17 --- src/tabviews/tabmanage/index.jsx | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/tabviews/tabmanage/index.jsx b/src/tabviews/tabmanage/index.jsx index 9dd64ec..1f58a50 100644 --- a/src/tabviews/tabmanage/index.jsx +++ b/src/tabviews/tabmanage/index.jsx @@ -62,7 +62,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 }) } else { notification.success({ @@ -166,7 +166,7 @@ notification.warning({ top: 92, message: res.message, - duration: 10 + duration: 5 }) return } @@ -281,7 +281,7 @@ notification.warning({ top: 92, message: response.message, - duration: 10 + duration: 5 }) resolve(false) } @@ -303,7 +303,7 @@ notification.warning({ top: 92, message: result.message, - duration: 10 + duration: 5 }) return false } @@ -322,7 +322,7 @@ notification.warning({ top: 92, message: response.message, - duration: 10 + duration: 5 }) resolve(false) } else if (response.status && response.LongParam) { @@ -341,7 +341,7 @@ notification.warning({ top: 92, message: resp.message, - duration: 10 + duration: 5 }) resolve(false) } else { @@ -417,7 +417,7 @@ notification.warning({ top: 92, message: res.message, - duration: 10 + duration: 5 }) } }) @@ -428,7 +428,7 @@ notification.warning({ top: 92, message: '璇烽�夋嫨瑕佽В闄ゅ喕缁撶殑鏍囩锛�', - duration: 10 + duration: 5 }) } else { this.setState({ @@ -454,7 +454,7 @@ notification.error({ top: 92, message: msg, - duration: 15 + duration: 10 }) this.setState({ submitloading: false -- Gitblit v1.8.0