Browse Source

peter

360view
newPeter7 2 years ago
parent
commit
dd07e75d56
  1. 11
      src/components/360View/medicalRecord/outPatientRecord/index.vue

11
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() {

Loading…
Cancel
Save