1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-06 17:49:50 +08:00

perf: remove redundant code

This commit is contained in:
Pan 2019-03-28 11:43:36 +08:00
parent 932715ee4e
commit d73d39e55d

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