Skip to content

Commit

Permalink
perf: remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Mar 28, 2019
1 parent 9a5c404 commit 7703005
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/views/example/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ export default {
this.total = response.data.total
this.listLoading = false
})
},
handleSizeChange(val) {
this.listQuery.limit = val
this.getList()
},
handleCurrentChange(val) {
this.listQuery.page = val
this.getList()
}
}
}
Expand Down

0 comments on commit 7703005

Please sign in to comment.