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/verupmanage/actionList/index.jsx | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tabviews/verupmanage/actionList/index.jsx b/src/tabviews/verupmanage/actionList/index.jsx index 6a61df4..7746b01 100644 --- a/src/tabviews/verupmanage/actionList/index.jsx +++ b/src/tabviews/verupmanage/actionList/index.jsx @@ -51,7 +51,7 @@ notification.warning({ top: 92, message: '闇�瑕佷笂绾т富閿�硷紒', - duration: 10 + duration: 5 }) return } @@ -68,7 +68,7 @@ notification.warning({ top: 92, message: this.props.dict['main.action.confirm.selectline'], - duration: 10 + duration: 5 }) return } else if (item.Ot === 'requiredSgl' && data.length !== 1) { @@ -84,7 +84,7 @@ notification.warning({ top: 92, message: '鏈缃富閿紒', - duration: 10 + duration: 5 }) return } @@ -127,7 +127,7 @@ notification.warning({ top: 92, message: '灏氫笉鏀寔姝ゅ姛鑳姐�傘�傘��', - duration: 10 + duration: 5 }) } } @@ -582,14 +582,14 @@ notification.error({ top: 92, message: res.message || res.ErrMesg, - duration: btn.verify && btn.verify.ntime ? btn.verify.ntime : 15 + duration: btn.verify && btn.verify.ntime ? btn.verify.ntime : 10 }) } else if (res.ErrCode === 'F') { notification.error({ className: 'notification-custom-error', top: 92, message: res.message || res.ErrMesg, - duration: btn.verify && btn.verify.ftime ? btn.verify.ftime : 15 + duration: btn.verify && btn.verify.ftime ? btn.verify.ftime : 10 }) } else if (res.ErrCode === 'NM') { message.error(res.message || res.ErrMesg) -- Gitblit v1.8.0