From 4627ed7a11b3eda0f00707abe1891cefffdf9ce2 Mon Sep 17 00:00:00 2001 From: JINGYJ <1458671527@qq.com> Date: Tue, 21 Nov 2023 14:35:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/System/UserList/index.tsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/pages/System/UserList/index.tsx b/src/pages/System/UserList/index.tsx index 8ba6fd3..954840c 100644 --- a/src/pages/System/UserList/index.tsx +++ b/src/pages/System/UserList/index.tsx @@ -240,8 +240,15 @@ const UserList: React.FC = () => { },]; return ( - - } onClick={()=>{setSelectDepts([]); actionRef.current?.reload()}}>重置}> + + } onClick={()=>{setSelectDepts([]); actionRef.current?.reload()}}>重置}> { hasInit && ( { ) } - + headerTitle={intl.formatMessage({ id: 'pages.searchTable.title',