pageIndex

This commit is contained in:
lmj
2022-06-02 17:23:46 +08:00
parent 90ce3fa8f3
commit 71ac7e62cf
16 changed files with 87 additions and 15 deletions

View File

@@ -108,10 +108,12 @@ export default {
components: {},
methods: {
getList(){
this.dataList.pageIndex = 1;
this.isSearh = true;
this.getData();
},
reset(){
this.dataList.pageIndex = 1;
this.dataList.send = ''
this.getData();
this.isSearh = false;