Explorar o código

推送症状bug3279

zhouna %!s(int64=5) %!d(string=hai) anos
pai
achega
853fc52f85
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/PushSymptom.vue

+ 1 - 1
src/common/PushSymptom.vue

@@ -195,7 +195,7 @@
       delSelected(item){    //删除已选伴随症状
         const selecteds = JSON.parse(JSON.stringify(this.selecteds));
         const inx = selecteds.findIndex((it)=>{
-          return it.tagName === item.tagName;
+          return it.name === item.name;
         });
         if(inx!==-1){
           this.selectedsName = this.selectedsName.replace(item.name,"");