ソースを参照

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

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