admin/src/views/vehicle/driver.vue @@ -71,11 +71,11 @@ }, clear() { this.filters = {} this.getList(0) this.getList(1) }, handleSizeChange(capacity) { this.pagination.capacity = capacity this.getList(0) this.getList(1) } } }