From f257109008bc68fbcf342c62b70705308a4ee76b Mon Sep 17 00:00:00 2001 From: Stanislav Popov Date: Tue, 29 Dec 2020 17:00:21 +0500 Subject: [PATCH] feat(reports): show item details when 1 item in table --- components/ItemDetails.vue | 7 +++++-- pages/index.vue | 13 +++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/components/ItemDetails.vue b/components/ItemDetails.vue index a96b223..24a7e64 100644 --- a/components/ItemDetails.vue +++ b/components/ItemDetails.vue @@ -29,7 +29,7 @@ { + this.rowClick({row}); + }, 1000); + } + // filter if (this.defaultFilter && !this.$route.query["q"]) { this.$route.query["q"] = this.defaultFilter.q;