@@ -97,7 +97,6 @@ export default {
// 按条件获取所有用户
getUsers({ page, key: this.searchKey, state: this.searchState, type: this.searchType, size: this.size })
.then(res => {
- console.log(res)
this.users = res.data
this.totalElements = res.page.totalElements
if (this.page > res.page.totalPages) {