From d94bcf96a14519fb52ab8ee3a1a6464bc470898d Mon Sep 17 00:00:00 2001 From: 670788339 <670788339@qq.com> Date: Thu, 30 Oct 2025 15:39:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E9=87=8A=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=89=8D=E5=88=9B=E5=BB=BA=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseTag.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Course/courseTag.vue b/src/components/Course/courseTag.vue index b1e7571d..37851b34 100644 --- a/src/components/Course/courseTag.vue +++ b/src/components/Course/courseTag.vue @@ -179,8 +179,8 @@ export default { if (this.sysTypeList.length > 2) { this.params.sysType3 = this.sysTypeList[2]; //三级的id } - // const {result:newTag} = await apiCourseTag.createTag(this.params) - this.$message.success('标签创建成功'); + const {result:newTag} = await apiCourseTag.createTag(this.params) + this.$message.success('标签创建成功',newTag); this.searchResults.push(newTag) console.log("----------newTag---------->",this.searchResults) this.tagMap.set(newTag.id, newTag)