pull/1/head
袁野 4 years ago
parent 4f42f07c4b
commit 81d3efcd16
  1. 2
      src/app/admin/user/user-list/user-list.component.ts

@ -42,6 +42,7 @@ export class UserListComponent implements OnInit {
if (whereObject['regTime'] != null && whereObject['regTime'].length !== 0) {
whereObject['regTimeStart'] = whereObject['regTime'][0];
whereObject['regTimeEnd'] = whereObject['regTime'][1];
whereObject['regTime'] = null;
}
this.loading = false;
if (reset) {
@ -49,6 +50,7 @@ export class UserListComponent implements OnInit {
}
whereObject['pageNum'] = this.pageNum;
whereObject['pageSize'] = this.pageSize;
console.log(whereObject);
this.user.getListUser( whereObject, data => {
console.log(data);
if (data['return_code'] === '000000') {

Loading…
Cancel
Save