mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 07:46:43 +08:00
管理员学员搜索页码改为1
This commit is contained in:
@@ -94,12 +94,14 @@ export default {
|
||||
|
||||
reset(){
|
||||
this.queryObj.keyWord = '',
|
||||
this.queryObj.isResolve = ''
|
||||
this.queryObj.isResolve = '';
|
||||
this.queryObj.pageIndex =1;
|
||||
this.getData();
|
||||
this.isSearh = false;
|
||||
},
|
||||
getList() {
|
||||
this.isSearh = true;
|
||||
this.queryObj.pageIndex =1;
|
||||
this.getData();
|
||||
},
|
||||
//获取列表数据
|
||||
|
||||
Reference in New Issue
Block a user