多查询分页
parent
448f7addff
commit
23e1472488
|
|
@ -176,6 +176,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -150,6 +150,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -938,6 +938,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -826,6 +826,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -477,6 +477,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -327,6 +327,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -583,6 +583,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -239,6 +239,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -552,6 +552,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -573,6 +573,7 @@ export default {
|
|||
|
||||
},
|
||||
find(){
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
|
|
@ -721,6 +721,7 @@ export default {
|
|||
// this.checked=false;
|
||||
// this.isShow=false;
|
||||
// }
|
||||
this.pageNum=1;
|
||||
this.queryUser();
|
||||
},
|
||||
down(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue