|  | @ -105,6 +105,11 @@ | 
		
	
		
			
				|  |  |                   class="operation-details" |  |  |                   class="operation-details" | 
		
	
		
			
				|  |  |                   @click="browseClick(scope.row)" |  |  |                   @click="browseClick(scope.row)" | 
		
	
		
			
				|  |  |                 >OK镜</span> |  |  |                 >OK镜</span> | 
		
	
		
			
				|  |  |  |  |  |                 <span | 
		
	
		
			
				|  |  |  |  |  |                   style="color: #F56C6C; padding-right: 8px" | 
		
	
		
			
				|  |  |  |  |  |                   class="operation-details" | 
		
	
		
			
				|  |  |  |  |  |                   @click="deleteClick(scope.row)" | 
		
	
		
			
				|  |  |  |  |  |                 >删除</span> | 
		
	
		
			
				|  |  |               </template> |  |  |               </template> | 
		
	
		
			
				|  |  |             </el-table-column> |  |  |             </el-table-column> | 
		
	
		
			
				|  |  |           </el-table> |  |  |           </el-table> | 
		
	
	
		
			
				|  | @ -192,6 +197,16 @@ export default { | 
		
	
		
			
				|  |  |         } |  |  |         } | 
		
	
		
			
				|  |  |       }) |  |  |       }) | 
		
	
		
			
				|  |  |     }, |  |  |     }, | 
		
	
		
			
				|  |  |  |  |  |     deleteClick(scopeRow) { | 
		
	
		
			
				|  |  |  |  |  |       this.$confirmFun('确定要删除吗?').then(() => { | 
		
	
		
			
				|  |  |  |  |  |         this.$http.post('/lenses/delPatientInfo', { | 
		
	
		
			
				|  |  |  |  |  |           id: scopeRow.id | 
		
	
		
			
				|  |  |  |  |  |         }).then(() => { | 
		
	
		
			
				|  |  |  |  |  |           this.$message.success('删除成功!') | 
		
	
		
			
				|  |  |  |  |  |           this.getDataList() | 
		
	
		
			
				|  |  |  |  |  |         }) | 
		
	
		
			
				|  |  |  |  |  |       }).catch(() => {}) | 
		
	
		
			
				|  |  |  |  |  |     }, | 
		
	
		
			
				|  |  |     handleType(value, index) { |  |  |     handleType(value, index) { | 
		
	
		
			
				|  |  |       this.curIndex = index |  |  |       this.curIndex = index | 
		
	
		
			
				|  |  |       this.dataForm.nextCheckFlag = value |  |  |       this.dataForm.nextCheckFlag = value | 
		
	
	
		
			
				|  | 
 |