diff --git a/src/views/mobile/tags/ListPage.vue b/src/views/mobile/tags/ListPage.vue index a71a3f4c..04af76fd 100644 --- a/src/views/mobile/tags/ListPage.vue +++ b/src/views/mobile/tags/ListPage.vue @@ -342,10 +342,10 @@ export default { self.$hideLoading(); if (tag.id) { - this.editingTag.id = ''; - this.editingTag.name = ''; + self.editingTag.id = ''; + self.editingTag.name = ''; } else { - this.newTag = null; + self.newTag = null; } }).catch(error => { self.$hideLoading();