Update access.component.ts

This commit is contained in:
shimingxy 2025-09-22 09:58:02 +08:00
parent 9ea0c42ad0
commit c045afda68

View File

@ -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();
}