diff --git a/src/components/SearchForm.jsx b/src/components/SearchForm.jsx
index 153677d..acfd6a3 100644
--- a/src/components/SearchForm.jsx
+++ b/src/components/SearchForm.jsx
@@ -243,14 +243,6 @@ function getFields(props) {
,
fieldProps?.username?.col || 4
),
- item(
- 'realname',
- 99,
-
-
- ,
- fieldProps?.realname?.col || 4
- ),
/**
*
*/
diff --git a/src/stores/Account.js b/src/stores/Account.js
index 22c96ca..f11f545 100644
--- a/src/stores/Account.js
+++ b/src/stores/Account.js
@@ -145,7 +145,6 @@ const useAccountStore = create((set, get) => ({
}
const searchParams = {
username: formValues.username,
- realname: formValues.realname,
travel_agency_ids: travel_agency_ids,
lgc: 2
}
diff --git a/src/views/account/Management.jsx b/src/views/account/Management.jsx
index 06e631b..5a8abdc 100644
--- a/src/views/account/Management.jsx
+++ b/src/views/account/Management.jsx
@@ -324,13 +324,12 @@ function Management() {
{t('account:accountList')}
{
handelAccountSearch()