From dd07e75d56460dc4fbc922c38e14107ed9083ed6 Mon Sep 17 00:00:00 2001 From: newPeter7 Date: Mon, 10 Apr 2023 21:40:32 +0800 Subject: [PATCH] peter --- .../360View/medicalRecord/outPatientRecord/index.vue | 11 ----------- 1 file changed, 11 deletions(-) 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() {