From 349b8441137e7d166492549cab9dce648c754a1d Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 31 Oct 2025 15:40:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Search?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Search/index.js | 8 ++++---- hooks/useDownloadFile/index.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Search/index.js b/components/Search/index.js index 71f0b84..9ca2dbe 100644 --- a/components/Search/index.js +++ b/components/Search/index.js @@ -1,4 +1,4 @@ -import { DownOutlined, UpOutlined } from "@ant-design/icons"; +import { DownOutlined, SearchOutlined, UndoOutlined, UpOutlined } from "@ant-design/icons"; import { Button, Col, Form, Row } from "antd"; import { useEffect, useRef, useState } from "react"; import FormItemsRenderer from "../FormBuilder/FormItemsRenderer"; @@ -87,14 +87,14 @@ const Search = (props) => { initialValues={values} />