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