|  | @@ -227,6 +227,7 @@ export default {
 | 
	
		
			
				|  |  |            orgId: this.$store.getters.orgId,
 | 
	
		
			
				|  |  |            deviceName: "",
 | 
	
		
			
				|  |  |            searchChild: false,
 | 
	
		
			
				|  |  | +          iotCode: '',
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          total: 0,
 | 
	
		
			
				|  |  |          selectedCount: 0,
 | 
	
	
		
			
				|  | @@ -238,6 +239,7 @@ export default {
 | 
	
		
			
				|  |  |            orgId: this.$store.getters.orgId,
 | 
	
		
			
				|  |  |            deviceName: "",
 | 
	
		
			
				|  |  |            searchChild: false,
 | 
	
		
			
				|  |  | +          iotCode: '',
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  |          total: 0,
 | 
	
		
			
				|  |  |          selectedCount: 0,
 | 
	
	
		
			
				|  | @@ -352,6 +354,7 @@ export default {
 | 
	
		
			
				|  |  |        this.right.condition.orgId = null;
 | 
	
		
			
				|  |  |        this.right.condition.searchChild = false;
 | 
	
		
			
				|  |  |        this.right.condition.deviceName = null;
 | 
	
		
			
				|  |  | +      this.right.condition.iotCode = null;
 | 
	
		
			
				|  |  |        let addData = this.left.selectedRows.filter(
 | 
	
		
			
				|  |  |          (row) => this.boundDeviceIds.indexOf(row.deviceId) < 0
 | 
	
		
			
				|  |  |        );
 |