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