project page

This commit is contained in:
Captain.B 2020-02-18 14:16:23 +08:00
parent be1daa5e87
commit e3825f388a
2 changed files with 4 additions and 0 deletions

View File

@ -142,9 +142,11 @@
}, },
handleSizeChange(size) { handleSizeChange(size) {
this.pageSize = size; this.pageSize = size;
this.list();
}, },
handleCurrentChange(current) { handleCurrentChange(current) {
this.currentPage = current; this.currentPage = current;
this.list();
}, },
} }
} }

View File

@ -126,9 +126,11 @@
}, },
handleSizeChange(size) { handleSizeChange(size) {
this.pageSize = size; this.pageSize = size;
this.list();
}, },
handleCurrentChange(current) { handleCurrentChange(current) {
this.currentPage = current; this.currentPage = current;
this.list();
}, },
}, },
data() { data() {