jiangping
2025-03-27 7b51c9e1abc198a501f7858599da9c116130fd6f
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)
    }
  }
}