|
@@ -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){
|