|
|
|
@ -164,8 +164,8 @@ export default { |
|
|
|
this.loading = true; |
|
|
|
this.loading = true; |
|
|
|
const page = { currentPage: 1, pageSize: 500 }; |
|
|
|
const page = { currentPage: 1, pageSize: 500 }; |
|
|
|
const queryParams = Object.assign({}, this.query || {}, { |
|
|
|
const queryParams = Object.assign({}, this.query || {}, { |
|
|
|
status: this.auditMode ? 0 : 1, |
|
|
|
status: 1, |
|
|
|
userName: query, |
|
|
|
realName: query, |
|
|
|
}); |
|
|
|
}); |
|
|
|
getList(page.currentPage, page.pageSize, queryParams) |
|
|
|
getList(page.currentPage, page.pageSize, queryParams) |
|
|
|
.then(res => { |
|
|
|
.then(res => { |
|
|
|
|