mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
Merge branch 'dev'
This commit is contained in:
@@ -222,10 +222,12 @@ export default {
|
||||
},
|
||||
handleSizeChange(val){
|
||||
this.dataList.pageSize=val;
|
||||
this.getData();
|
||||
|
||||
},
|
||||
handleCurrentChange(val){
|
||||
this.dataList.pageIndex=val;
|
||||
this.getData();
|
||||
|
||||
},
|
||||
filterObjType(objType){
|
||||
|
||||
Reference in New Issue
Block a user