Browse Source

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

zhouna 5 năm trước cách đây
mục cha
commit
9a16b4f578
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
                 })