From 676577388c7021f31afba4e93fffe5c4769fb6d2 Mon Sep 17 00:00:00 2001
From: "wu.jian2" <distantmtn@gmail.com>
Date: Thu, 31 Aug 2023 15:07:48 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E4=B8=9A=E5=8A=A1?=
 =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=AE=BE=E8=AE=A1=E9=A1=B5=E9=9D=A2=E8=BF=94?=
 =?UTF-8?q?=E5=9B=9E=E6=93=8D=E4=BD=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 data-room-ui/packages/BizComponent/index.vue | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data-room-ui/packages/BizComponent/index.vue b/data-room-ui/packages/BizComponent/index.vue
index 9e8da89a..3da4900f 100644
--- a/data-room-ui/packages/BizComponent/index.vue
+++ b/data-room-ui/packages/BizComponent/index.vue
@@ -276,6 +276,7 @@ export default {
                       this.$message({
                         message: '保存成功',
                         type: 'success',
+                        duration: 800,
                         onClose: () => {
                           // 此处写提示关闭后需要执行的函数
                           if (pageJump) {
@@ -296,6 +297,7 @@ export default {
                 this.$message({
                   message: '保存成功',
                   type: 'success',
+                  duration: 800,
                   onClose: () => {
                     // 此处写提示关闭后需要执行的函数
                     if (pageJump) {