@我的分页

This commit is contained in:
86182
2022-06-13 20:40:22 +08:00
parent ed33e0da91
commit 6c75f318be

View File

@@ -222,10 +222,12 @@ export default {
},
handleSizeChange(val){
this.dataList.pageSize=val;
this.getData();
},
handleCurrentChange(val){
this.dataList.pageIndex=val;
this.getData();
},
filterObjType(objType){