Explorar o código

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

zhouna %!s(int64=5) %!d(string=hai) anos
pai
achega
9a16b4f578
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/icss/SymptomTagGroup.vue

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

@@ -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
                 })