perf: remove redundant code

pull/1798/head
Pan 6 years ago
parent 9a5c404ef8
commit 7703005013

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

Loading…
Cancel
Save