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

This commit is contained in:
Book Pauk
2022-10-31 13:47:26 +07:00
parent 6e9662b409
commit 198a2b9d76

View File

@@ -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;
}