perf: remove redundant code

pull/1291/head
Pan 2019-03-28 11:43:36 +08:00
parent 932715ee4e
commit d73d39e55d
1 changed files with 0 additions and 8 deletions

View File

@ -95,14 +95,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()
}
}
}