分页问题

This commit is contained in:
daihh
2023-03-10 00:42:48 +08:00
parent 90ead615b6
commit b4cab402b8

View File

@@ -181,6 +181,7 @@ export default {
// })
},
search(){
this.page=1;
this.loadBoeData()
},
reset() {
@@ -189,6 +190,7 @@ export default {
this.params.type = '',
this.params.cmtask_status = ''
this.status = '';
this.page=1;
this.loadBoeData();
},
handleSizeChange(value) {