This commit is contained in:
670788339
2025-11-04 12:41:09 +08:00
parent cc7801d42d
commit a25198f80f

View File

@@ -273,14 +273,10 @@ export default {
console.log("----------newTag---------->",newTag.tagName)
this.previousTags.push(newTag)
this.selectedTags = [...this.previousTags];
this.$emit('change', this.displayTags);
this.selectedTags.push(newTag);
this.searchResults.push(newTag)
this.tagMap.set(newTag.id, newTag)
// this.selectedTags.push(newTag);
console.log("----------创建后---------->",this.searchResults)
console.log("----------创建后---------->",this.selectedTags)