From e1ead9e6b0ee5291640ed46d919d450a42f91302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Wed, 8 Mar 2023 10:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E8=A7=92=E8=89=B2?= =?UTF-8?q?=E6=96=B0=E5=BB=BA=E3=80=81=E7=BC=96=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/department/index.tsx | 2 +- src/pages/member/index.tsx | 2 +- src/pages/system/administrator/index.tsx | 2 +- src/pages/system/adminroles/index.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/department/index.tsx b/src/pages/department/index.tsx index 1e20f1c..478caa0 100644 --- a/src/pages/department/index.tsx +++ b/src/pages/department/index.tsx @@ -133,7 +133,7 @@ export const DepartmentPage: React.FC = () => { setTimeout(() => { message.success("操作成功"); setRefresh(!refresh); - }, 1000); + }, 500); }); }; diff --git a/src/pages/member/index.tsx b/src/pages/member/index.tsx index beefd4d..f0a08cb 100644 --- a/src/pages/member/index.tsx +++ b/src/pages/member/index.tsx @@ -168,7 +168,7 @@ export const MemberPage: React.FC = () => { setTimeout(() => { message.success("操作成功"); setRefresh(!refresh); - }, 1000); + }, 500); }); }; diff --git a/src/pages/system/administrator/index.tsx b/src/pages/system/administrator/index.tsx index fac6a09..174d9be 100644 --- a/src/pages/system/administrator/index.tsx +++ b/src/pages/system/administrator/index.tsx @@ -143,7 +143,7 @@ export const SystemAdministratorPage: React.FC = () => { setTimeout(() => { message.success("操作成功"); setRefresh(!refresh); - }, 1000); + }, 500); }); }; diff --git a/src/pages/system/adminroles/index.tsx b/src/pages/system/adminroles/index.tsx index 0db002d..87e65f4 100644 --- a/src/pages/system/adminroles/index.tsx +++ b/src/pages/system/adminroles/index.tsx @@ -86,7 +86,7 @@ export const SystemAdminrolesPage: React.FC = () => { setTimeout(() => { message.success("操作成功"); setRefresh(!refresh); - }, 1000); + }, 500); }); };