多查询分页

main
FOAM 2024-09-29 15:34:17 +08:00
parent 448f7addff
commit 23e1472488
11 changed files with 11 additions and 0 deletions

View File

@ -176,6 +176,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -150,6 +150,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -938,6 +938,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -826,6 +826,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -477,6 +477,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -327,6 +327,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -583,6 +583,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -239,6 +239,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -552,6 +552,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -573,6 +573,7 @@ export default {
},
find(){
this.pageNum=1;
this.queryUser();
},
down(){

View File

@ -721,6 +721,7 @@ export default {
// this.checked=false;
// this.isShow=false;
// }
this.pageNum=1;
this.queryUser();
},
down(){