mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
调试
This commit is contained in:
@@ -267,10 +267,13 @@ export default {
|
|||||||
|
|
||||||
|
|
||||||
this.previousTags.push(newTag)
|
this.previousTags.push(newTag)
|
||||||
|
this.selectedTags = [...this.previousTags];
|
||||||
|
this.$emit('change', this.displayTags);
|
||||||
|
|
||||||
this.searchResults.push(newTag)
|
this.searchResults.push(newTag)
|
||||||
this.tagMap.set(newTag.id, newTag)
|
this.tagMap.set(newTag.id, newTag)
|
||||||
|
|
||||||
this.selectedTags.push(newTag);
|
// this.selectedTags.push(newTag);
|
||||||
console.log("----------创建后---------->",this.searchResults)
|
console.log("----------创建后---------->",this.searchResults)
|
||||||
console.log("----------创建后---------->",this.selectedTags)
|
console.log("----------创建后---------->",this.selectedTags)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user