jiangping
2025-05-21 b0f68c57f7699d083818b9837289e4fb5b7cb25c
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)
    }
  }
}