mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
管理员学员搜索页码改为1
This commit is contained in:
@@ -113,11 +113,13 @@
|
||||
},
|
||||
search(){
|
||||
this.isSearh = true;
|
||||
this.pageIndex =1;
|
||||
this.query()
|
||||
},
|
||||
reset() {
|
||||
this.testName = '';
|
||||
this.status='';
|
||||
this.pageIndex =1;
|
||||
this.query();
|
||||
this.isSearh = false;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user