|
|
@ -83,7 +83,7 @@ |
|
|
|
/> |
|
|
|
<minor-operation |
|
|
|
v-if="name==='角膜异物同意书'" |
|
|
|
ref="reportForm" |
|
|
|
ref="minorOperation" |
|
|
|
:only-read="onlyRead" |
|
|
|
:is-platform="isPlatform" |
|
|
|
:patient-detail="patientData" |
|
|
@ -93,7 +93,7 @@ |
|
|
|
/> |
|
|
|
<lacrimal |
|
|
|
v-if="name==='泪道冲洗'" |
|
|
|
ref="reportForm" |
|
|
|
ref="lacrimal" |
|
|
|
:only-read="onlyRead" |
|
|
|
:is-platform="isPlatform" |
|
|
|
:patient-detail="patientData" |
|
|
@ -130,7 +130,7 @@ import conjunctivalOperation from '@/page-subspecialty/views/modules/formList/co |
|
|
|
import Lacrimal from '@/page-subspecialty/views/modules/formList/Lacrimal.vue' |
|
|
|
export default { |
|
|
|
components: { |
|
|
|
Lacrimal, |
|
|
|
Lacrimal, |
|
|
|
MinorOperation, |
|
|
|
MraOrder, |
|
|
|
callMedical, |
|
|
@ -301,6 +301,12 @@ Lacrimal, |
|
|
|
case '眼科门诊手术同意书': |
|
|
|
this.$refs.conjunctival.formDelete() |
|
|
|
break |
|
|
|
case '角膜异物同意书': |
|
|
|
this.$refs.minorOperation.formDelete() |
|
|
|
break |
|
|
|
case '眼科门诊手术同意书': |
|
|
|
this.$refs.lacrimal.formDelete() |
|
|
|
break |
|
|
|
} |
|
|
|
} else { |
|
|
|
this.getFormList() |
|
|
|