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