管理员学员搜索页码改为1

This commit is contained in:
zhaofang
2022-06-02 17:09:08 +08:00
parent 83c7394f61
commit 90ce3fa8f3
10 changed files with 40 additions and 6 deletions

View File

@@ -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();