فهرست منبع

fix: comment page-user

MetaPunkGames 8 ماه پیش
والد
کامیت
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){