Skip to content

Commit 7703005

Browse files
committed
perf: remove redundant code
1 parent 9a5c404 commit 7703005

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: src/views/example/list.vue

-8
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,6 @@ export default {
9494
this.total = response.data.total
9595
this.listLoading = false
9696
})
97-
},
98-
handleSizeChange(val) {
99-
this.listQuery.limit = val
100-
this.getList()
101-
},
102-
handleCurrentChange(val) {
103-
this.listQuery.page = val
104-
this.getList()
10597
}
10698
}
10799
}

0 commit comments

Comments
 (0)