This commit is contained in:
670788339
2025-11-04 12:13:27 +08:00
parent 417d911f5d
commit ef868f8165

View File

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