|  | @ -165,6 +165,13 @@ export default { | 
		
	
		
			
				|  |  |         this.isPlatform = this.isSearch === item.platform |  |  |         this.isPlatform = this.isSearch === item.platform | 
		
	
		
			
				|  |  |         return |  |  |         return | 
		
	
		
			
				|  |  |       } |  |  |       } | 
		
	
		
			
				|  |  |  |  |  |       if (this.name === '门急诊电子病历') { | 
		
	
		
			
				|  |  |  |  |  |         this.curIndex = index | 
		
	
		
			
				|  |  |  |  |  |         this.id = item.id | 
		
	
		
			
				|  |  |  |  |  |         this.name = item.name | 
		
	
		
			
				|  |  |  |  |  |         this.caseId = item.id | 
		
	
		
			
				|  |  |  |  |  |         this.isPlatform = this.isSearch === item.platform | 
		
	
		
			
				|  |  |  |  |  |       } else { | 
		
	
		
			
				|  |  |         this.confirmChange().finally(() => { |  |  |         this.confirmChange().finally(() => { | 
		
	
		
			
				|  |  |           this.curIndex = index |  |  |           this.curIndex = index | 
		
	
		
			
				|  |  |           this.id = item.id |  |  |           this.id = item.id | 
		
	
	
		
			
				|  | @ -172,6 +179,7 @@ export default { | 
		
	
		
			
				|  |  |           this.caseId = item.id |  |  |           this.caseId = item.id | 
		
	
		
			
				|  |  |           this.isPlatform = this.isSearch === item.platform |  |  |           this.isPlatform = this.isSearch === item.platform | 
		
	
		
			
				|  |  |         }) |  |  |         }) | 
		
	
		
			
				|  |  |  |  |  |       } | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |     // 切换保存 |  |  |     // 切换保存 | 
		
	
		
			
				|  |  |     confirmChange() { |  |  |     confirmChange() { | 
		
	
	
		
			
				|  | @ -210,6 +218,7 @@ export default { | 
		
	
		
			
				|  |  |       }) |  |  |       }) | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |     updateForm() { |  |  |     updateForm() { | 
		
	
		
			
				|  |  |  |  |  |       this.$message.success('保存成功') | 
		
	
		
			
				|  |  |       this.getFormList('update') |  |  |       this.getFormList('update') | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |     addRecord(name) { |  |  |     addRecord(name) { | 
		
	
	
		
			
				|  | 
 |