From 198a2b9d76697b74263cad673b9a91d37eacda1c Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Mon, 31 Oct 2022 13:47:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Search/AuthorList/AuthorList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/Search/AuthorList/AuthorList.vue b/client/components/Search/AuthorList/AuthorList.vue index 7008e7b..d125ee1 100644 --- a/client/components/Search/AuthorList/AuthorList.vue +++ b/client/components/Search/AuthorList/AuthorList.vue @@ -382,7 +382,7 @@ class AuthorList extends BaseList { if (data) { this.list.queryFound = 1; this.list.totalFound = 1; - this.searchResult = {author: [author]}; + this.searchResult = {found: [author]}; await this.updateTableData(); return; }