From c29bcd95a688d5d7523f8a6aa1aebbd4591c7588 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 14 Jul 2020 21:31:24 +0900 Subject: [PATCH] Update dataset page to use query parameters --- .../containers/documents/DocumentList.vue | 69 ++++++++++--------- frontend/pages/projects/_id/dataset/index.vue | 5 +- frontend/services/document.service.js | 2 +- frontend/store/documents.js | 2 +- 4 files changed, 41 insertions(+), 37 deletions(-) diff --git a/frontend/components/containers/documents/DocumentList.vue b/frontend/components/containers/documents/DocumentList.vue index 4f5eaaed..bcc776a3 100644 --- a/frontend/components/containers/documents/DocumentList.vue +++ b/frontend/components/containers/documents/DocumentList.vue @@ -10,10 +10,10 @@ :footer-props="{ 'items-per-page-options': [10, 50, 100] }" - @input="updateSelected" item-key="id" loading-text="Loading... Please wait" show-select + @input="updateSelected" >