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/comtableconfig/actionform/index.jsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/comtableconfig/actionform/index.jsx b/src/templates/comtableconfig/actionform/index.jsx index 1cdc807..0af7ce9 100644 --- a/src/templates/comtableconfig/actionform/index.jsx +++ b/src/templates/comtableconfig/actionform/index.jsx @@ -596,7 +596,7 @@ notification.warning({ top: 92, message: '琛ㄦ牸鏁版嵁鏌ヨ鏈娇鐢ㄦ暟鎹簮锛屽鍑篍xcel浣跨敤鍐呴儴鎺ュ彛鏃讹紝闇�鑷畾涔夊唴閮ㄥ嚱鏁帮紒', - duration: 10 + duration: 5 }) return } @@ -617,13 +617,13 @@ notification.warning({ top: 92, message: this.props.dict['header.form.actionhelp.tablename'], - duration: 10 + duration: 5 }) } else if (values.innerFunc === '' && values.sql !== '' && values.sqlType === '') { notification.warning({ top: 92, message: this.props.dict['header.form.actionhelp.sqlType'], - duration: 10 + duration: 5 }) } else { resolve(values) -- Gitblit v1.8.0