diff --git a/src/views/counter/count.vue b/src/views/counter/count.vue index e2fd459..836151d 100644 --- a/src/views/counter/count.vue +++ b/src/views/counter/count.vue @@ -46,8 +46,9 @@ @@ -82,6 +83,10 @@ export default { // console.log(page) this.listLoading = true this.getDeviceCount({ page }) + }, + handleSizeChange(page) { + this.listLoading = true + this.getDeviceCount({ page }) } }, created() { @@ -96,8 +101,36 @@ export default {