mirror of
https://gitee.com/hzchunfen/erp.git
synced 2025-11-30 22:20:45 +00:00
fix: #0909 列表筛选分页错误修改
This commit is contained in:
parent
efc6cb0281
commit
917b0974fe
@ -531,7 +531,7 @@ export default {
|
|||||||
handleChoose() {
|
handleChoose() {
|
||||||
this.form = {
|
this.form = {
|
||||||
...this.form,
|
...this.form,
|
||||||
page: this.current_page,
|
page: 1,
|
||||||
per_page: this.per_page,
|
per_page: this.per_page,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -322,7 +322,7 @@ export default {
|
|||||||
// 查询
|
// 查询
|
||||||
query() {
|
query() {
|
||||||
let queryData = {
|
let queryData = {
|
||||||
page: this.current_page,
|
page: 1,
|
||||||
per_page: this.per_page,
|
per_page: this.per_page,
|
||||||
module: this.form.module,
|
module: this.form.module,
|
||||||
action: this.form.action,
|
action: this.form.action,
|
||||||
|
|||||||
@ -159,7 +159,7 @@ export default {
|
|||||||
let queryData = {
|
let queryData = {
|
||||||
userId: this.form.userId,
|
userId: this.form.userId,
|
||||||
target_field: this.form.targetField,
|
target_field: this.form.targetField,
|
||||||
page: this.current_page,
|
page: 1,
|
||||||
per_page: this.per_page,
|
per_page: this.per_page,
|
||||||
moudule: this.moudule,
|
moudule: this.moudule,
|
||||||
target_id: this.$route.query.id,
|
target_id: this.$route.query.id,
|
||||||
|
|||||||
@ -123,7 +123,7 @@ export default {
|
|||||||
handleChoose() {
|
handleChoose() {
|
||||||
this.form = {
|
this.form = {
|
||||||
...this.form,
|
...this.form,
|
||||||
page: this.current_page,
|
page: 1,
|
||||||
per_page: this.per_page,
|
per_page: this.per_page,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user