@@ -381,7 +381,7 @@ export default {
closeTagAttribute(tag) {
this.rightTagsList2 = this.rightTagsList2.filter((item) =>{
if(item.id === tag.id) {
- item.symptomType = 3
+ item.symptomType = 0
}
return item
})