+
setSearchParams(prev => ({ ...prev, account_id: e.target.value }))}
+ style={{ width: 180 }}
+ allowClear
+ onPressEnter={() => { setCurrentPage(1); loadOAuthList(1, pageSize); }}
+ />
setSearchParams(prev => ({ ...prev, account_userid: e.target.value }))}
style={{ width: 180 }}
@@ -309,14 +317,6 @@ const AuthorizationPage: React.FC = () => {
allowClear
options={openTypeOptions}
/>
-
setSearchParams(prev => ({ ...prev, account_id: e.target.value }))}
- style={{ width: 180 }}
- allowClear
- onPressEnter={() => { setCurrentPage(1); loadOAuthList(1, pageSize); }}
- />