Selaa lähdekoodia

修改标签组尾巴删除跟随标记时symptomType值

zhouna 5 vuotta sitten
vanhempi
commit
9a16b4f578
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/icss/SymptomTagGroup.vue

+ 1 - 1
src/components/icss/SymptomTagGroup.vue

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