diff --git a/src/views/List.vue b/src/views/List.vue index 234a79a..bed80a2 100644 --- a/src/views/List.vue +++ b/src/views/List.vue @@ -147,7 +147,7 @@ export default { return r.json(); }).then(result => { this.searchQ = ''; - this.addItem(result); + this.fetchListAndItems(true); }) } }