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/commontable/index.jsx | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/tabviews/commontable/index.jsx b/src/tabviews/commontable/index.jsx index ac411d8..6ead87e 100644 --- a/src/tabviews/commontable/index.jsx +++ b/src/tabviews/commontable/index.jsx @@ -321,7 +321,7 @@ notification.warning({ top: 92, message: result.message, - duration: 10 + duration: 5 }) } } @@ -464,7 +464,7 @@ notification.warning({ top: 92, message: item.label + ': ' + this.state.dict['main.datasource.settingerror'], - duration: 10 + duration: 5 }) } }) @@ -499,7 +499,7 @@ notification.warning({ top: 92, message: res.search.label + ':' + res.message, - duration: 10 + duration: 5 }) } }) @@ -564,7 +564,7 @@ notification.error({ top: 92, message: result.message, - duration: 15 + duration: 10 }) } } @@ -611,7 +611,7 @@ notification.warning({ top: 92, message: '鏈缃樉绀哄垪锛�', - duration: 10 + duration: 5 }) return null } @@ -1079,7 +1079,7 @@ notification.warning({ top: 92, message: result.message, - duration: 10 + duration: 5 }) return } @@ -1103,7 +1103,7 @@ notification.warning({ top: 92, message: '缂栬瘧閿欒', - duration: 10 + duration: 5 }) return } @@ -1129,7 +1129,7 @@ notification.warning({ top: 92, message: result.message, - duration: 10 + duration: 5 }) return } @@ -1343,7 +1343,7 @@ footer={[ <Button key="revert" type="danger" loading={this.state.revertLoading} onClick={this.settingRevert}>{this.state.dict['main.revert.default']}</Button>, <Button key="cancel" onClick={() => { this.setState({ settingVisible: false }) }}>{this.state.dict['main.cancel']}</Button>, - <Button key="confirm" type="primary" loading={this.state.confirmLoading} onClick={this.settingSubmit}>{this.state.dict['main.confirm']}</Button> + <Button key="confirm" type="primary" loading={this.state.confirmLoading} onClick={this.settingSubmit}>{this.state.dict['main.submit']}</Button> ]} destroyOnClose > -- Gitblit v1.8.0