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