|  | @@ -391,16 +391,7 @@ export default {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      leftSearch() {
 | 
	
		
			
				|  |  | -      console.log("left.condition.searchChild 发生变化!")
 | 
	
		
			
				|  |  |        let { condition } = this.left;
 | 
	
		
			
				|  |  | -      console.log("this.left.prevCondition",this.left.prevCondition)
 | 
	
		
			
				|  |  | -      console.log("this.left.condition",this.left.condition)
 | 
	
		
			
				|  |  | -      if (
 | 
	
		
			
				|  |  | -        this.left.prevCondition &&
 | 
	
		
			
				|  |  | -        JSON.stringify(condition) === JSON.stringify(this.left.prevCondition)
 | 
	
		
			
				|  |  | -      ) {
 | 
	
		
			
				|  |  | -        return;
 | 
	
		
			
				|  |  | -      }
 | 
	
		
			
				|  |  |        this.left.prevCondition = { ...condition };
 | 
	
		
			
				|  |  |        let params = {
 | 
	
		
			
				|  |  |          orgId:condition.orgId,
 |