mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
pageIndex
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user