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/formtab/index.jsx | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/tabviews/formtab/index.jsx b/src/tabviews/formtab/index.jsx index 09b5271..5c8f0e0 100644 --- a/src/tabviews/formtab/index.jsx +++ b/src/tabviews/formtab/index.jsx @@ -143,7 +143,7 @@ notification.warning({ top: 92, message: '鏈幏鍙栧埌涓昏〃鏁版嵁锛�', - duration: 10 + duration: 5 }) } }) @@ -155,7 +155,7 @@ notification.warning({ top: 92, message: result.message, - duration: 10 + duration: 5 }) } } @@ -203,7 +203,7 @@ notification.warning({ top: 92, message: item.label + ': ' + this.state.dict['main.datasource.settingerror'], - duration: 10 + duration: 5 }) } @@ -246,7 +246,7 @@ notification.warning({ top: 92, message: res.search.label + ':' + res.message, - duration: 10 + duration: 5 }) } }) @@ -281,7 +281,7 @@ notification.warning({ top: 92, message: '鏈缃暟鎹煡璇㈤厤缃紒', - duration: 10 + duration: 5 }) return } @@ -307,7 +307,7 @@ notification.warning({ top: 92, message: '鏈煡璇㈠埌鏁版嵁淇℃伅锛�', - duration: 10 + duration: 5 }) } @@ -341,7 +341,7 @@ notification.warning({ top: 92, message: '鏈煡璇㈠埌' + emptys.join(', ') + '瀛楁淇℃伅锛�', - duration: 10 + duration: 5 }) } } @@ -349,7 +349,7 @@ notification.error({ top: 92, message: result.message, - duration: 15 + duration: 10 }) } } @@ -364,7 +364,7 @@ notification.warning({ top: 92, message: '鏈缃〃鍗曞瓧娈碉紒', - duration: 10 + duration: 5 }) return null } -- Gitblit v1.8.0