From 8d475da89346bdddc967ac610b8d460ce9964a30 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 03 十月 2022 23:14:35 +0800
Subject: [PATCH] 2022-10-03

---
 src/templates/sharecomponent/tablecomponent/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/sharecomponent/tablecomponent/index.jsx b/src/templates/sharecomponent/tablecomponent/index.jsx
index a3a2bd2..77b174e 100644
--- a/src/templates/sharecomponent/tablecomponent/index.jsx
+++ b/src/templates/sharecomponent/tablecomponent/index.jsx
@@ -98,7 +98,7 @@
             res.TBName = item.TbName
             resolve(res)
           })
-        }, i * 50)
+        }, (i + 1) * 100)
       })
     })
     Promise.all(deffers).then(response => {

--
Gitblit v1.8.0