Skip to content

Commit d73d39e

Browse files
committed
perf: remove redundant code
1 parent 932715e commit d73d39e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/views/example/list.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,6 @@ export default {
9595
this.total = response.data.total
9696
this.listLoading = false
9797
})
98-
},
99-
handleSizeChange(val) {
100-
this.listQuery.limit = val
101-
this.getList()
102-
},
103-
handleCurrentChange(val) {
104-
this.listQuery.page = val
105-
this.getList()
10698
}
10799
}
108100
}

0 commit comments

Comments
 (0)