Поправки багов

This commit is contained in:
Book Pauk
2019-02-03 20:55:19 +07:00
parent 110542ad24
commit 5a4ef54f52
2 changed files with 8 additions and 3 deletions

View File

@@ -194,6 +194,7 @@ class HistoryPage extends Vue {
async handleDel(key) {
await bookManager.delRecentBook({key});
this.$emit('most-recent-book');
this.updateTableData();
}