mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
分页问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user