|  | @ -26,7 +26,7 @@ export default { | 
		
	
		
			
				|  |  |     operator: '', |  |  |     operator: '', | 
		
	
		
			
				|  |  |     informedDocSign: '', |  |  |     informedDocSign: '', | 
		
	
		
			
				|  |  |     informPatientSign: '', |  |  |     informPatientSign: '', | 
		
	
		
			
				|  |  |     checkSign: '' |  |  |  | 
		
	
		
			
				|  |  |  |  |  |     checkSign: '', | 
		
	
		
			
				|  |  |     fundusDocSign: '', |  |  |     fundusDocSign: '', | 
		
	
		
			
				|  |  |     kinSign: '', |  |  |     kinSign: '', | 
		
	
		
			
				|  |  |     performerSign: '', |  |  |     performerSign: '', | 
		
	
	
		
			
				|  | @ -46,7 +46,7 @@ export default { | 
		
	
		
			
				|  |  |     informedDocSign: state => state.informedDocSign, |  |  |     informedDocSign: state => state.informedDocSign, | 
		
	
		
			
				|  |  |     informPatientSign: state => state.informPatientSign, |  |  |     informPatientSign: state => state.informPatientSign, | 
		
	
		
			
				|  |  |     checkSign: state => state.checkSign, |  |  |     checkSign: state => state.checkSign, | 
		
	
		
			
				|  |  |     fundusDocSign: state => state.fundusDocSign, |  |  |  | 
		
	
		
			
				|  |  |  |  |  | 	fundusDocSign: state => state.fundusDocSign, | 
		
	
		
			
				|  |  |     kinSign: state => state.kinSign, |  |  |     kinSign: state => state.kinSign, | 
		
	
		
			
				|  |  |     performerSign: state => state.performerSign, |  |  |     performerSign: state => state.performerSign, | 
		
	
		
			
				|  |  |     checkerSign: state => state.checkerSign |  |  |     checkerSign: state => state.checkerSign | 
		
	
	
		
			
				|  | @ -192,7 +192,7 @@ export default { | 
		
	
		
			
				|  |  |               this.commit('informedDocSign', img_base64) |  |  |               this.commit('informedDocSign', img_base64) | 
		
	
		
			
				|  |  |             } else if (state.type === 11) { |  |  |             } else if (state.type === 11) { | 
		
	
		
			
				|  |  |               this.commit('informPatientSign', img_base64) |  |  |               this.commit('informPatientSign', img_base64) | 
		
	
		
			
				|  |  |             } else if (state.type === 12) { |  |  |  | 
		
	
		
			
				|  |  |  |  |  |             }  else if (state.type === 12) { | 
		
	
		
			
				|  |  |               this.commit('fundusDocSign', img_base64) |  |  |               this.commit('fundusDocSign', img_base64) | 
		
	
		
			
				|  |  |             } else if (state.type === 13) { |  |  |             } else if (state.type === 13) { | 
		
	
		
			
				|  |  |               this.commit('kinSign', img_base64) |  |  |               this.commit('kinSign', img_base64) | 
		
	
	
		
			
				|  | @ -247,7 +247,7 @@ export default { | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |     checkSign(state, val) { |  |  |     checkSign(state, val) { | 
		
	
		
			
				|  |  |       state.checkSign = val |  |  |       state.checkSign = val | 
		
	
		
			
				|  |  |     }, |  |  |  | 
		
	
		
			
				|  |  |  |  |  |     }, | 
		
	
		
			
				|  |  |     fundusDocSign(state, val) { |  |  |     fundusDocSign(state, val) { | 
		
	
		
			
				|  |  |       state.fundusDocSign = val |  |  |       state.fundusDocSign = val | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
	
		
			
				|  | 
 |