fix: #0909 列表筛选分页错误修改

This commit is contained in:
赵世界 2022-09-14 16:05:02 +08:00
parent efc6cb0281
commit 917b0974fe
4 changed files with 4 additions and 4 deletions

View File

@ -531,7 +531,7 @@ export default {
handleChoose() {
this.form = {
...this.form,
page: this.current_page,
page: 1,
per_page: this.per_page,
};

View File

@ -322,7 +322,7 @@ export default {
//
query() {
let queryData = {
page: this.current_page,
page: 1,
per_page: this.per_page,
module: this.form.module,
action: this.form.action,

View File

@ -159,7 +159,7 @@ export default {
let queryData = {
userId: this.form.userId,
target_field: this.form.targetField,
page: this.current_page,
page: 1,
per_page: this.per_page,
moudule: this.moudule,
target_id: this.$route.query.id,

View File

@ -123,7 +123,7 @@ export default {
handleChoose() {
this.form = {
...this.form,
page: this.current_page,
page: 1,
per_page: this.per_page,
};