소스 검색

修改标签组症状尾巴删除跟随标志时症状类型

zhangxc 5 년 전
부모
커밋
a215377a30
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
                 })