mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
调试
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user