zhouna 5 年之前
父节点
当前提交
6b2f3df463
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/qualityControl/AddQcType.vue

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

@@ -99,7 +99,7 @@
         };
         //this.getQcTypeItem({hospitalId:info.hospitalId});
       }else{
-        let hospitalId = localStorage.getItem("qcSelectHospital");
+        let hospitalId = localStorage.getItem("qcSelectHospital")||this.hisTypes[0].val;
         this.form.hospitalId = +hospitalId;
         this.getQcTypeItem({hospitalId:hospitalId});
       }
@@ -114,7 +114,7 @@
                 list.push({caseEntryId:t.id});
               }
             })
-          }console.log(list)
+          }
           this.form.qcTypeCasesEntryVOList=list;
         },
         deep:true