Sfoglia il codice sorgente

字段映射添加时有数据bug

zhouna 5 anni fa
parent
commit
bc42fd782d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/components/qualityControl/FieldMatch.vue

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

@@ -130,7 +130,7 @@
         this.title='字段映射维护-修改字段映射';
         this.form = infoCopy;
         this.getQcFlawList(tmpArr1);
-      }else{
+      }/*else{
         let hospitalId = localStorage.getItem("qcSelectHospital")&&Number(localStorage.getItem("qcSelectHospital")) || "";
         let modeId = localStorage.getItem("qcSelectModule")&&Number(localStorage.getItem("qcSelectModule"))  || "";
     
@@ -139,7 +139,7 @@
         this.form.modeId = modeId
         this.form.tagName = qcSelecttModuleNme
         this.getQcFlawList()
-      }
+      }*/
     },
     watch:{
       "casesEIds":function(val){