MetaPunkGames 8 сар өмнө
parent
commit
cd89707d09

+ 1 - 0
projects/textbook/src/modules/nav-admin/page-user/page-user.component.ts

@@ -187,6 +187,7 @@ export class PageUserComponent implements OnInit {
     this.updateUrlPageIndex(e);
     this.getProfile();
   }
+  /** 更新页码queryParams */
   updateUrlPageIndex(page:number){
     let search = window.location.search;
     if(!search){