소스 검색

Update access.component.ts

shimingxy 1 개월 전
부모
커밋
c045afda68
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/access/access/access.component.ts

+ 1 - 0
maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/access/access/access.component.ts

@@ -324,6 +324,7 @@ export class AccessComponent implements OnInit {
     this.refreshGroupTableCheckedStatus();
     this.query.params.groupId = groupId;
     this.query.params.groupName = groupName;
+    this.query.params.pageNumber = 1;
     this.fetch();
   }