@@ -222,6 +222,8 @@ export default {
secondName: this.secondTags,
threeTag: []
})
+ this.form.threeTag = []
+ console.log(this.form);
} else {
this.$message.error('请勿新增相同的标签!')
}