|
|
|
|
@ -338,7 +338,7 @@ export default {
|
|
|
|
|
/** 查询用户列表 */
|
|
|
|
|
getList() {
|
|
|
|
|
this.userLoading = true;
|
|
|
|
|
adminList(this.addDateRange(this.queryParams, this.dateRange)).then(response => {
|
|
|
|
|
adminList(this.addDateRange(this.queryParams, this.dateRange).params).then(response => {
|
|
|
|
|
this.userList = response.list;
|
|
|
|
|
this.total = response.total;
|
|
|
|
|
this.toggleSelection(this.userMultipleSelection);
|
|
|
|
|
|