From 7f587138fffc94fb921944d0eef7b2e6f0c030da Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Tue, 4 Nov 2025 11:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseTag.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Course/courseTag.vue b/src/components/Course/courseTag.vue index 3514772d..bb0bd1b6 100644 --- a/src/components/Course/courseTag.vue +++ b/src/components/Course/courseTag.vue @@ -172,7 +172,7 @@ export default { console.log('开始回车创建 = ' + event.target.value) const inputVal = event.target.value?.trim() console.log('回车创建 inputVal= ' + inputVal) - // this.clearInput(); + this.clearInput(); console.log('回车创建中 先清文字 inputVal = ' + inputVal) if (!inputVal) return;