Explorar el Código

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

Book Pauk hace 2 años
padre
commit
198a2b9d76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
                 }