From f2c73eca9ac6d5fccbd361b3a0afcfc740840b2f Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 23 Aug 2024 18:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E5=AE=A2=E4=B8=8B=E5=8D=95=201.?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=A0=E9=99=A4=E6=8C=82=E5=8D=95=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E5=BD=93=E5=89=8D=E6=8C=82=E5=8D=95=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E4=B8=BA=E5=BD=93=E5=89=8D=E8=AE=A2=E5=8D=95=202.=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=A4=87=E6=B3=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../table-diancan-components/note.vue | 8 +- src/views/table/components/table-diancan.vue | 160 +++++++++++++----- 2 files changed, 127 insertions(+), 41 deletions(-) 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 {