浏览代码

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

zhouna 5 年之前
父节点
当前提交
9a16b4f578
共有 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
                 })