@@ -137,7 +137,7 @@ export default {
this.loading = true
const params = {
...this.search,
- page: this.page,
+ page: 1,
rows: this.size
}
getUserList(params).then(({ rows, records }) => {