Kaynağa Gözat

Update access.component.ts

shimingxy 1 ay önce
ebeveyn
işleme
c045afda68

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