| 
					
				 | 
			
			
				@@ -237,7 +237,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             let _this = this; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.facilityName = row.name; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.facilityNo = row.facilityNo; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            this.getBinary('/sc-community/device/generateQRCodeImage', { id: row.id, type: 'DEVICE' }, function (data) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.getBinary('/sc-community/device/generateQRCodeImage', { id: row.id, type: 'FACILTY' }, function (data) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _this.QRImg = window.URL.createObjectURL(data); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 _this.centerDialogVisible = !_this.centerDialogVisible; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             }); 
			 |