Browse Source

用户管理添加组织机构列表查询

beijing
陈鹏飞 2 years ago
parent
commit
c0d4ea4d00
  1. 2
      src/app/system-management/user/user.component.ts

2
src/app/system-management/user/user.component.ts

@ -56,7 +56,7 @@ export class UserComponent implements OnInit {
this.loading=false
})
}
SkipCount: number = 0 //0 16 32 48
SkipCount: number = 0 //0 16 32 48
MaxResultCount: number = 16
pageChange($event) {
this.SkipCount = ($event - 1) * this.MaxResultCount

Loading…
Cancel
Save