소스 검색

fix: comment page-user

MetaPunkGames 9 달 전
부모
커밋
cd89707d09
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      projects/textbook/src/modules/nav-admin/page-user/page-user.component.ts

+ 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){