Sfoglia il codice sorgente

质控条目勾选bug

zhouna 4 anni fa
parent
commit
6642f533c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/qualityControl/AddQcType.vue

+ 1 - 1
src/components/qualityControl/AddQcType.vue

@@ -162,7 +162,7 @@
           let list = [];
           for(let it in val){
             val[it].map((t)=>{
-              if(t.sel==='1'){
+              if(t.sel=='1'){
                 list.push({caseEntryId:t.id});
               }
             })