doum
2025-09-28 9ab109b9ee96e7ff2bf2b935a044aee5842a3ddc
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)
    }
  }
}