diff --git a/src/components/360View/medicalRecord/outPatientRecord/index.vue b/src/components/360View/medicalRecord/outPatientRecord/index.vue index 7f5d829..b9a5167 100644 --- a/src/components/360View/medicalRecord/outPatientRecord/index.vue +++ b/src/components/360View/medicalRecord/outPatientRecord/index.vue @@ -131,17 +131,6 @@ export default { this.$refs.afterParts.saveAfter() this.$refs.examines.saveExamine() this.saveTableData('5', '诊断处置') - // if (this.comonFormActive === '1') { - // this.saveTableData('1', '病史采集') - // } else if (this.comonFormActive === '2') { - // this.$refs.foreParts.saveFore() - // } else if (this.comonFormActive === '3') { - // this.$refs.afterParts.saveAfter() - // } else if (this.comonFormActive === '4') { - // this.$refs.examines.saveExamine() - // } else if (this.comonFormActive === '5') { - // this.saveTableData('5', '诊断处置') - // } }, // 保存模板 handleTemplate() {