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