perf: remove redundant code

This commit is contained in:
Pan 2019-03-28 11:43:36 +08:00
parent 9a5c404ef8
commit 7703005013
1 changed files with 0 additions and 8 deletions

View File

@ -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()
}
}
}