fix: 处理分页问题
This commit is contained in:
parent
6e866cac0e
commit
c473d6a614
|
@ -174,11 +174,11 @@ export default {
|
|||
},
|
||||
handleSizeChange(val) {
|
||||
this.query.pageSize = val;
|
||||
this.getList();
|
||||
this.queryList();
|
||||
},
|
||||
handleCurrentChange(val) {
|
||||
this.query.pageNumber = val;
|
||||
this.getList();
|
||||
this.queryList();
|
||||
},
|
||||
Reset() {
|
||||
this.formList = {};
|
||||
|
|
|
@ -174,11 +174,11 @@ export default {
|
|||
},
|
||||
handleSizeChange(val) {
|
||||
this.query.pageSize = val;
|
||||
this.getList();
|
||||
this.queryList();
|
||||
},
|
||||
handleCurrentChange(val) {
|
||||
this.query.pageNumber = val;
|
||||
this.getList();
|
||||
this.queryList();
|
||||
},
|
||||
Reset() {
|
||||
this.formList = {};
|
||||
|
|
Loading…
Reference in New Issue