feat:[FL-163][角色管理页面去掉重置筛选按钮,搜索按钮用主题色]
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -434,17 +434,7 @@ export default function AdminRolesPage() {
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item>
|
||||
<Button onClick={() => void loadData()}>搜索</Button>
|
||||
</Form.Item>
|
||||
<Form.Item>
|
||||
<Button
|
||||
onClick={() => {
|
||||
setSearchKeyword("");
|
||||
// Will trigger reload via useEffect when searchKeyword changes
|
||||
}}
|
||||
>
|
||||
重置筛选
|
||||
</Button>
|
||||
<Button type="primary" onClick={() => void loadData()}>搜索</Button>
|
||||
</Form.Item>
|
||||
</Form>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user