فهرست منبع

Поправлен баг

Book Pauk 2 سال پیش
والد
کامیت
198a2b9d76
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      client/components/Search/AuthorList/AuthorList.vue

+ 1 - 1
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;
                 }