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/datamanage/action/index.jsx | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/tabviews/datamanage/action/index.jsx b/src/tabviews/datamanage/action/index.jsx index e01c3e6..f276410 100644 --- a/src/tabviews/datamanage/action/index.jsx +++ b/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 }) } }) -- Gitblit v1.8.0