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/templates/zshare/modalform/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx index 954cad9..e42c447 100644 --- a/src/templates/zshare/modalform/index.jsx +++ b/src/templates/zshare/modalform/index.jsx @@ -516,7 +516,7 @@ notification.warning({ top: 92, message: this.props.dict['header.form.selectItem.error'], - duration: 10 + duration: 5 }) } } else if ((values.type === 'multiselect' || values.type === 'select' || values.type === 'link') && values.resourceType === '1') { @@ -529,7 +529,7 @@ notification.warning({ top: 92, message: '鏈�灏忓�间笉鍙ぇ浜庢渶澶у�硷紒', - duration: 10 + duration: 5 }) } } else if (values.type === 'linkMain') { @@ -548,7 +548,7 @@ notification.warning({ top: 92, message: '鏁版嵁婧愪腑涓嶅彲浣跨敤' + error, - duration: 10 + duration: 5 }) return } -- Gitblit v1.8.0