|  | @ -49,12 +49,11 @@ | 
		
	
		
			
				|  |  | <script> |  |  | <script> | 
		
	
		
			
				|  |  | export default { |  |  | export default { | 
		
	
		
			
				|  |  |   name: 'LeftFormList', |  |  |   name: 'LeftFormList', | 
		
	
		
			
				|  |  |   props: ['onlyRead', 'isSearch', 'patientId', 'formList', 'curIndex'], |  |  |  | 
		
	
		
			
				|  |  |  |  |  |   props: ['onlyRead', 'isSearch', 'patientId', 'formList', 'curIndex', 'isCreator'], | 
		
	
		
			
				|  |  |   data() { |  |  |   data() { | 
		
	
		
			
				|  |  |     return { |  |  |     return { | 
		
	
		
			
				|  |  |       formType: '治疗', |  |  |       formType: '治疗', | 
		
	
		
			
				|  |  |       defaultChecked: true, |  |  |       defaultChecked: true, | 
		
	
		
			
				|  |  |       isCreator: true, |  |  |  | 
		
	
		
			
				|  |  |       formTypeList: [ |  |  |       formTypeList: [ | 
		
	
		
			
				|  |  |         { |  |  |         { | 
		
	
		
			
				|  |  |           type: '治疗', |  |  |           type: '治疗', | 
		
	
	
		
			
				|  | @ -81,8 +80,6 @@ export default { | 
		
	
		
			
				|  |  |       this.$emit('addRecord', name) |  |  |       this.$emit('addRecord', name) | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |     handleForm(index, item) { |  |  |     handleForm(index, item) { | 
		
	
		
			
				|  |  |       const user = JSON.parse(window.sessionStorage.getItem('qg-userData')) |  |  |  | 
		
	
		
			
				|  |  |       this.isCreator = item.doctorCode === user.employeeId |  |  |  | 
		
	
		
			
				|  |  |       this.$emit('handleForm', { index, item }) |  |  |       this.$emit('handleForm', { index, item }) | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |     deleteForm() { |  |  |     deleteForm() { | 
		
	
	
		
			
				|  | 
 |