We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5c404 commit 7703005Copy full SHA for 7703005
src/views/example/list.vue
@@ -94,14 +94,6 @@ export default {
94
this.total = response.data.total
95
this.listLoading = false
96
})
97
- },
98
- handleSizeChange(val) {
99
- this.listQuery.limit = val
100
- this.getList()
101
102
- handleCurrentChange(val) {
103
- this.listQuery.page = val
104
105
}
106
107
0 commit comments