diff --git a/src/views/table/components/table-diancan-components/note.vue b/src/views/table/components/table-diancan-components/note.vue index 3df74f6..435a6e3 100644 --- a/src/views/table/components/table-diancan-components/note.vue +++ b/src/views/table/components/table-diancan-components/note.vue @@ -83,8 +83,8 @@ export default { const newTags=new Set([this.note,...originTags]) console.log(newTags) localStorage.setItem("tags", JSON.stringify([...newTags])); - this.$emit('confirm',this.note) } + this.$emit('confirm',this.note) this.close() } }, @@ -93,7 +93,11 @@ export default {