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',