mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-24 10:12:52 +08:00
管理员学员搜索页码改为1
This commit is contained in:
@@ -141,6 +141,7 @@ export default {
|
||||
components: {},
|
||||
methods: {
|
||||
getList() {
|
||||
this.dataList.pageIndex = 1;
|
||||
this.isSearh = true;
|
||||
this.getData();
|
||||
},
|
||||
@@ -187,6 +188,7 @@ export default {
|
||||
})
|
||||
},
|
||||
reset(){
|
||||
this.dataList.pageIndex = 1;
|
||||
this.dataList.send = '',
|
||||
this.type = 0;
|
||||
this.getData();
|
||||
|
||||
Reference in New Issue
Block a user