Skip to content

Commit

Permalink
fix(系统设置): 权限管理
Browse files Browse the repository at this point in the history
权限管理条件搜索
  • Loading branch information
Lind-pro committed Dec 14, 2020
1 parent 7eed292 commit 09464fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/system/permission/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ const PermissionList: React.FC<Props> = props => {
<div>
<SearchForm
search={(params: any) => {
setSearchParam({ pageSize: 10, terms: { ...params, ...searchParam.terms } });
handleSearch({ terms: { ...params }, pageSize: 10 });
handleSearch({ terms: { ...params }, pageSize: 10, pageIndex: 0 });
}}
formItems={[
{
Expand Down

0 comments on commit 09464fd

Please sign in to comment.