From aa60567be1bdd55f4ba53ef5aaf1ea0b9ef44c56 Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Thu, 13 Nov 2025 08:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E8=BE=93=E5=85=A5=E6=96=87=E5=AD=97?= =?UTF-8?q?=E4=B8=8E=E6=A0=87=E7=AD=BE=E5=8C=B9=E9=85=8D=E6=97=B6=20?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E4=B8=8B=E6=8B=89=E6=A1=86=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=20=E6=89=8B=E5=8A=A8=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=96=87=E5=AD=97=E6=9C=AA=E7=9B=B4=E6=8E=A5=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseTag.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Course/courseTag.vue b/src/components/Course/courseTag.vue index 196fe865..b494f4a2 100644 --- a/src/components/Course/courseTag.vue +++ b/src/components/Course/courseTag.vue @@ -217,7 +217,9 @@ export default { this.$emit('change', this.displayTags); this.clearInput(); - this.$refs.tagSelect.visible = false; + this.$nextTick(() => { + this.$refs.tagSelect.visible = false; + }); }, clearInput() {