浏览代码

Merge remote-tracking branch 'origin/AIControl_zn' into test

zhouna 4 年之前
父节点
当前提交
c52f5ef8f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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});
               }
             })