This commit is contained in:
670788339
2025-11-04 12:03:05 +08:00
parent 2a633e25e5
commit aa1301575e

View File

@@ -256,6 +256,7 @@ export default {
console.log("----------创建前---------->",this.searchResults)
console.log("----------创建前---------->",this.selectedTags)
console.log("----------创建前---------->",this.previousTags)
const {result:newTag} = await apiCourseTag.createTag(this.params)
this.$message.success('标签创建成功',newTag);
@@ -264,7 +265,7 @@ export default {
console.log("----------newTag---------->",newTag.tagName)
this.previousTags = [...newTag];
this.searchResults.push(newTag)
this.tagMap.set(newTag.id, newTag)