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